Searched defs:runctx (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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 | 78 def runctx(statement, globals, locals, filename=None, sort=-1): function 449 def runctx(self, cmd, globals, locals): member in Profile
|
D | trace.py | 515 def runctx(self, cmd, globals=None, locals=None): member in Trace
|
D | bdb.py | 412 def runctx(self, cmd, globals, locals): member in Bdb
|
D | pdb.py | 1243 def runctx(statement, globals, locals): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | __init__.py | 60 def runctx(self, cmd, globals, locals): member in Profile
|