MCPcopy Index your code
hub / github.com/RustPython/RustPython / runcall

Function runcall

Lib/pdb.py:1614–1615  ·  view source on GitHub ↗
(*args, **kwds)

Source from the content-addressed store, hash-verified

1612 run(statement, globals, locals)
1613
1614def runcall(*args, **kwds):
1615 return Pdb().runcall(*args, **kwds)
1616
1617def set_trace(*, header=None):
1618 pdb = Pdb()

Callers

nothing calls this directly

Calls 2

PdbClass · 0.85
runcallMethod · 0.80

Tested by

no test coverage detected