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

Function runctx

tools/python-3.11.9-amd64/Lib/cProfile.py:19–21  ·  view source on GitHub ↗
(statement, globals, locals, filename=None, sort=-1)

Source from the content-addressed store, hash-verified

17 return _pyprofile._Utils(Profile).run(statement, filename, sort)
18
19def runctx(statement, globals, locals, filename=None, sort=-1):
20 return _pyprofile._Utils(Profile).runctx(statement, globals, locals,
21 filename, sort)
22
23run.__doc__ = _pyprofile.run.__doc__
24runctx.__doc__ = _pyprofile.runctx.__doc__

Callers 1

mainFunction · 0.70

Calls 1

runctxMethod · 0.45

Tested by

no test coverage detected