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

Method test_stepinstr

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

Source from the content-addressed store, hash-verified

615 tracer.runcall(tfunc_main)
616
617 def test_stepinstr(self):
618 self.expect_set = [
619 ('line', 2, 'tfunc_main'), ('stepinstr', ),
620 ('opcode', 2, 'tfunc_main'), ('next', ),
621 ('line', 3, 'tfunc_main'), ('quit', ),
622 ]
623 with TracerRun(self) as tracer:
624 tracer.runcall(tfunc_main)
625
626 def test_next(self):
627 self.expect_set = [

Callers

nothing calls this directly

Calls 2

TracerRunClass · 0.85
runcallMethod · 0.45

Tested by

no test coverage detected