MCPcopy 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
2587def main() -> int:
2588 mypy.util.check_python_version("stubtest")
2589 return test_stubs(parse_options(sys.argv[1:]))
2590
2591
2592if __name__ == "__main__":

Callers 1

stubtest.pyFile · 0.70

Calls 2

test_stubsFunction · 0.85
parse_optionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…