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

Function runctx

tools/python-3.11.9-amd64/Lib/pdb.py:1685–1687  ·  view source on GitHub ↗
(statement, globals, locals)

Source from the content-addressed store, hash-verified

1683 return Pdb().runeval(expression, globals, locals)
1684
1685def runctx(statement, globals, locals):
1686 # B/W compatibility
1687 run(statement, globals, locals)
1688
1689def runcall(*args, **kwds):
1690 return Pdb().runcall(*args, **kwds)

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected