Searched defs:runctx (Results 1 - 12 of 12) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A D__init__.py58 return self.runctx(cmd, dict, dict)
60 def runctx(self, cmd, globals, locals): member in class:Profile
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
H A D__init__.py58 return self.runctx(cmd, dict, dict)
60 def runctx(self, cmd, globals, locals): member in class:Profile
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DcProfile.py7 __all__ = ["run", "runctx", "help", "Profile"]
39 def runctx(statement, globals, locals, filename=None, sort=-1): function
49 prof = prof.runctx(statement, globals, locals)
135 return self.runctx(cmd, dict, dict)
137 def runctx(self, cmd, globals, locals): member in class:Profile
192 runctx(code, globs, None, options.outfile, options.sort)
H A Dprofile.py33 __all__ = ["run", "runctx", "help", "Profile"]
69 def runctx(statement, globals, locals, filename=None, sort=-1): function
77 prof = prof.runctx(statement, globals, locals)
438 return self.runctx(cmd, dict, dict)
440 def runctx(self, cmd, globals, locals): member in class:Profile
542 p.runctx('f(m)', globals(), locals())
603 runctx(code, globs, None, options.outfile, options.sort)
H A Dtrace.py505 self.runctx(cmd, dict, dict)
507 def runctx(self, cmd, globals=None, locals=None): member in class:Trace
807 t.runctx(code, globs, globs)
H A Dbdb.py425 def runctx(self, cmd, globals, locals): member in class:Bdb
H A Dpdb.py28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1243 def runctx(statement, globals, locals): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DcProfile.py7 __all__ = ["run", "runctx", "help", "Profile"]
39 def runctx(statement, globals, locals, filename=None, sort=-1): function
49 prof = prof.runctx(statement, globals, locals)
135 return self.runctx(cmd, dict, dict)
137 def runctx(self, cmd, globals, locals): member in class:Profile
192 runctx(code, globs, None, options.outfile, options.sort)
H A Dprofile.py33 __all__ = ["run", "runctx", "help", "Profile"]
69 def runctx(statement, globals, locals, filename=None, sort=-1): function
77 prof = prof.runctx(statement, globals, locals)
438 return self.runctx(cmd, dict, dict)
440 def runctx(self, cmd, globals, locals): member in class:Profile
542 p.runctx('f(m)', globals(), locals())
603 runctx(code, globs, None, options.outfile, options.sort)
H A Dtrace.py505 self.runctx(cmd, dict, dict)
507 def runctx(self, cmd, globals=None, locals=None): member in class:Trace
807 t.runctx(code, globs, globs)
H A Dbdb.py425 def runctx(self, cmd, globals, locals): member in class:Bdb
H A Dpdb.py28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1243 def runctx(statement, globals, locals): function

Completed in 344 milliseconds