Home
last modified time | relevance | path

Searched refs:runcall (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_bdb.py202 # first 'call' event when the Tracer is started with Tracer.runcall()
531 tracer.runcall(tfunc_import)
596 tracer.runcall(tfunc_main)
610 tracer.runcall(tfunc_main)
621 tracer.runcall(tfunc_main)
635 tracer.runcall(tfunc_import)
647 tracer.runcall(tfunc_main)
660 tracer.runcall(tfunc_main)
672 tracer.runcall(tfunc_main)
683 tracer.runcall(tfunc_mai
[all...]
/third_party/python/Lib/
H A DcProfile.py107 def runcall(self, func, /, *args, **kw): member in Profile
H A Dprofile.py429 def runcall(self, func, /, *args, **kw): member in Profile
H A Dbdb.py634 def runcall(self, func, /, *args, **kwds): member in Bdb
H A Dpdb.py94 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1687 def runcall(*args, **kwds): function
1688 return Pdb().runcall(*args, **kwds)

Completed in 6 milliseconds