MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / runcall

Function runcall

tools/python-3.11.9-amd64/Lib/pdb.py:1689–1690  ·  view source on GitHub ↗
(*args, **kwds)

Source from the content-addressed store, hash-verified

1687 run(statement, globals, locals)
1688
1689def runcall(*args, **kwds):
1690 return Pdb().runcall(*args, **kwds)
1691
1692def set_trace(*, header=None):
1693 pdb = Pdb()

Callers

nothing calls this directly

Calls 2

PdbClass · 0.85
runcallMethod · 0.45

Tested by

no test coverage detected