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

Method test_format_stack_entry_no_lineno

Lib/test/test_bdb.py:1235–1238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1233
1234class TestRegressions(unittest.TestCase):
1235 def test_format_stack_entry_no_lineno(self):
1236 # See gh-101517
1237 self.assertIn('Warning: lineno is None',
1238 Bdb().format_stack_entry((sys._getframe(), None)))
1239
1240
1241if __name__ == "__main__":

Callers

nothing calls this directly

Calls 3

assertInMethod · 0.80
format_stack_entryMethod · 0.80
BdbClass · 0.70

Tested by

no test coverage detected