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

Function run

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

Source from the content-addressed store, hash-verified

1677# Simplified interface
1678
1679def run(statement, globals=None, locals=None):
1680 Pdb().run(statement, globals, locals)
1681
1682def runeval(expression, globals=None, locals=None):
1683 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