Functions | |
def | check_subprocess (status) |
def | run_subtool (subtool, additional_opts, disable_verbose=False) |
def | run_polygraphy_run (additional_opts=[], disable_verbose=False) |
def | run_polygraphy_inspect (additional_opts=[], disable_verbose=False) |
def | run_polygraphy_precision (additional_opts=[], disable_verbose=False) |
def | run_polygraphy_surgeon (additional_opts=[], disable_verbose=False) |
Variables | |
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir)) | |
BIN_DIR = os.path.join(ROOT_DIR, "bin") | |
polygraphy = os.path.join(BIN_DIR, "polygraphy") | |
def tools.common.check_subprocess | ( | status | ) |
def tools.common.run_subtool | ( | subtool, | |
additional_opts, | |||
disable_verbose = False |
|||
) |
def tools.common.run_polygraphy_run | ( | additional_opts = [] , |
|
disable_verbose = False |
|||
) |
def tools.common.run_polygraphy_inspect | ( | additional_opts = [] , |
|
disable_verbose = False |
|||
) |
def tools.common.run_polygraphy_precision | ( | additional_opts = [] , |
|
disable_verbose = False |
|||
) |
def tools.common.run_polygraphy_surgeon | ( | additional_opts = [] , |
|
disable_verbose = False |
|||
) |
tools.common.ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir)) |
tools.common.BIN_DIR = os.path.join(ROOT_DIR, "bin") |
tools.common.polygraphy = os.path.join(BIN_DIR, "polygraphy") |