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

Function run

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

Source from the content-addressed store, hash-verified

14# Simple interface
15
16def run(statement, filename=None, sort=-1):
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,

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected