Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
tool_path(name):
63
return
os.path.join(os.path.dirname(sys.executable), name)
64
65
66
def
pip_tool(name, *args, **kwargs):
Callers
3
_get_pyright_output
Function · 0.90
get_mypy_output
Function · 0.90
pip_tool
Function · 0.85
Calls
no outgoing calls
Tested by
2
_get_pyright_output
Function · 0.72
get_mypy_output
Function · 0.72