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

Function runeval

Lib/pdb.py:1607–1608  ·  view source on GitHub ↗
(expression, globals=None, locals=None)

Source from the content-addressed store, hash-verified

1605 Pdb().run(statement, globals, locals)
1606
1607def runeval(expression, globals=None, locals=None):
1608 return Pdb().runeval(expression, globals, locals)
1609
1610def runctx(statement, globals, locals):
1611 # B/W compatibility

Callers

nothing calls this directly

Calls 2

PdbClass · 0.85
runevalMethod · 0.80

Tested by

no test coverage detected