MCPcopy Index your code
hub / github.com/python/cpython / extract

Method extract

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

Source from the content-addressed store, hash-verified

3182 def test_extract_stack(self):
3183 frame = self.last_returns_frame5()
3184 def extract(**kwargs):
3185 return traceback.extract_stack(frame, **kwargs)
3186 def assertEqualExcept(actual, expected, ignore):
3187 self.assertEqual(actual[:ignore], expected[:ignore])
3188 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