MCPcopy Index your code
hub / github.com/RustPython/RustPython / exit

Function exit

Lib/_dummy_thread.py:131–133  ·  view source on GitHub ↗

Dummy implementation of _thread.exit().

()

Source from the content-addressed store, hash-verified

129
130
131def exit():
132 """Dummy implementation of _thread.exit()."""
133 raise SystemExit
134
135
136def get_ident():

Callers 8

stdlib_pwd.pyFile · 0.50
builtin_exit.pyFile · 0.50
write_profileFunction · 0.50
helpFunction · 0.50
versionFunction · 0.50
parse_optsFunction · 0.50
whats_left.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected