Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ main
Function
main
mypy/stubtest.py:2587–2589 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2585
2586
2587
def
main() -> int:
2588
mypy.util.check_python_version(
"stubtest"
)
2589
return
test_stubs(parse_options(sys.argv[1:]))
2590
2591
2592
if
__name__ ==
"__main__"
:
Callers
1
stubtest.py
File · 0.70
Calls
2
test_stubs
Function · 0.85
parse_options
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…