MCPcopy
hub / github.com/python/mypy / exit

Function exit

mypyc/test-data/fixtures/ir.py:429–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427def pow(base: __SupportsPow3[T_contra, _M, T_co], exp: T_contra, mod: _M) -> T_co: ...
428def sorted(iterable: Iterable[_T]) -> list[_T]: ...
429def exit() -> None: ...
430def min(x: _T, y: _T) -> _T: ...
431def max(x: _T, y: _T) -> _T: ...
432def repr(o: object) -> str: ...

Callers 5

run_cmdFunction · 0.85
wait_background_cmdFunction · 0.85
mainFunction · 0.85
setup.pyFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 3

run_cmdFunction · 0.68
wait_background_cmdFunction · 0.68
mainFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…