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

Function runctx

Lib/pdb.py:2695–2697  ·  view source on GitHub ↗
(statement, globals, locals)

Source from the content-addressed store, hash-verified

2693 return Pdb().runeval(expression, globals, locals)
2694
2695def runctx(statement, globals, locals):
2696 # B/W compatibility
2697 run(statement, globals, locals)
2698
2699def runcall(*args, **kwds):
2700 """Call the function (a function or method object, not a string)

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…