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

Method some_exception

Lib/test/test_traceback.py:1895–1896  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1893 DEBUG_RANGES = True
1894
1895 def some_exception(self):
1896 raise KeyError('blah')
1897
1898 def _filter_debug_ranges(self, expected):
1899 return [line for line in expected if not set(line.strip()) <= set("^~")]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected