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

Function run

Lib/pdb.py:1604–1605  ·  view source on GitHub ↗
(statement, globals=None, locals=None)

Source from the content-addressed store, hash-verified

1602# Simplified interface
1603
1604def run(statement, globals=None, locals=None):
1605 Pdb().run(statement, globals, locals)
1606
1607def runeval(expression, globals=None, locals=None):
1608 return Pdb().runeval(expression, globals, locals)

Callers 2

runctxFunction · 0.70
testFunction · 0.70

Calls 2

PdbClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected