MCPcopy 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
12def get_tb():
13 try:
14 raise OSError()
15 except OSError as e:
16 return e.__traceback__
17
18
19class Context:

Callers 3

test_attrsMethod · 0.70
test_constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected