Home
last modified time | relevance | path

Searched defs:runctx (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/
DcProfile.py18 def runctx(statement, globals, locals, filename=None, sort=-1): function
97 def runctx(self, cmd, globals, locals): member in Profile
Dprofile.py59 def runctx(self, statement, globals, locals, filename, sort): member in _Utils
93 def runctx(statement, globals, locals, filename=None, sort=-1): function
418 def runctx(self, cmd, globals, locals): member in Profile
Dtrace.py442 def runctx(self, cmd, globals=None, locals=None): member in Trace
Dbdb.py612 def runctx(self, cmd, globals, locals): member in Bdb
Dpdb.py1599 def runctx(statement, globals, locals): function
/external/python/cpython2/Lib/
DcProfile.py39 def runctx(statement, globals, locals, filename=None, sort=-1): function
137 def runctx(self, cmd, globals, locals): member in Profile
Dprofile.py69 def runctx(statement, globals, locals, filename=None, sort=-1): function
440 def runctx(self, cmd, globals, locals): member in Profile
Dtrace.py507 def runctx(self, cmd, globals=None, locals=None): member in Trace
Dbdb.py425 def runctx(self, cmd, globals, locals): member in Bdb
Dpdb.py1243 def runctx(statement, globals, locals): function
/external/python/cpython2/Lib/hotshot/
D__init__.py60 def runctx(self, cmd, globals, locals): member in Profile