Searched defs:runctx (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | cProfile.py | 39 def runctx(statement, globals, locals, filename=None, sort=-1): function 137 def runctx(self, cmd, globals, locals): member in Profile
|
D | profile.py | 69 def runctx(statement, globals, locals, filename=None, sort=-1): function 440 def runctx(self, cmd, globals, locals): member in Profile
|
D | trace.py | 507 def runctx(self, cmd, globals=None, locals=None): member in Trace
|
D | bdb.py | 425 def runctx(self, cmd, globals, locals): member in Bdb
|
D | pdb.py | 1243 def runctx(statement, globals, locals): function
|
/external/python/cpython2/Lib/hotshot/ |
D | __init__.py | 60 def runctx(self, cmd, globals, locals): member in Profile
|