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

Method step

Lib/idlelib/debugger.py:320–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318 self.abort_loop()
319
320 def step(self):
321 self.idb.set_step()
322 self.abort_loop()
323
324 def next(self):
325 self.idb.set_next(self.frame)

Callers 1

test_stepMethod · 0.45

Calls 2

abort_loopMethod · 0.95
set_stepMethod · 0.45

Tested by 1

test_stepMethod · 0.36