Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_tb
Function
get_tb
Lib/test/test_raise.py:12–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
get_tb():
13
try
:
14
raise
OSError()
15
except
OSError
as
e:
16
return
e.__traceback__
17
18
19
class
Context:
Callers
3
test_accepts_traceback
Method · 0.70
test_attrs
Method · 0.70
test_constructor
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected