Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
131
def
exit():
132
""
"Dummy implementation of _thread.exit()."
""
133
raise
SystemExit
134
135
136
def
get_ident():
Callers
8
stdlib_pwd.py
File · 0.50
builtin_exit.py
File · 0.50
write_profile
Function · 0.50
help
Function · 0.50
version
Function · 0.50
parse_opts
Function · 0.50
whats_left.py
File · 0.50
check_redundant_patches.py
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected