MCPcopy Create free account
hub / github.com/HypothesisWorks/hypothesis / tool_path

Function tool_path

tooling/src/hypothesistooling/scripts.py:62–63  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

60
61
62def tool_path(name):
63 return os.path.join(os.path.dirname(sys.executable), name)
64
65
66def pip_tool(name, *args, **kwargs):

Callers 3

_get_pyright_outputFunction · 0.90
get_mypy_outputFunction · 0.90
pip_toolFunction · 0.85

Calls

no outgoing calls

Tested by 2

_get_pyright_outputFunction · 0.72
get_mypy_outputFunction · 0.72