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

Method extract

Lib/test/test_traceback.py:3262–3263  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

3260 def test_extract_stack(self):
3261 frame = self.last_returns_frame5()
3262 def extract(**kwargs):
3263 return traceback.extract_stack(frame, **kwargs)
3264 def assertEqualExcept(actual, expected, ignore):
3265 self.assertEqual(actual[:ignore], expected[:ignore])
3266 self.assertEqual(actual[ignore+1:], expected[ignore+1:])

Callers 15

test_extract_stackMethod · 0.45
test_localsMethod · 0.45
test_no_localsMethod · 0.45
some_innerMethod · 0.45
test_dropping_framesMethod · 0.45
do_test_smokeMethod · 0.45
test_from_exceptionMethod · 0.45
test_causeMethod · 0.45
test_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected