Searched refs:runcall (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/ |
D | test_bdb.py | 530 tracer.runcall(tfunc_import) 595 tracer.runcall(tfunc_main) 609 tracer.runcall(tfunc_main) 620 tracer.runcall(tfunc_main) 634 tracer.runcall(tfunc_import) 646 tracer.runcall(tfunc_main) 659 tracer.runcall(tfunc_main) 671 tracer.runcall(tfunc_main) 682 tracer.runcall(tfunc_main) 693 tracer.runcall(tfunc_main) [all …]
|
/third_party/python/Lib/ |
D | cProfile.py | 106 def runcall(self, func, /, *args, **kw): member in Profile
|
D | profile.py | 428 def runcall(self, func, /, *args, **kw): member in Profile
|
D | pdb.py | 1616 def runcall(*args, **kwds): function 1617 return Pdb().runcall(*args, **kwds)
|
D | bdb.py | 631 def runcall(self, func, /, *args, **kwds): member in Bdb
|
/third_party/python/Doc/library/ |
D | pdb.rst | 122 .. function:: runcall(function, *args, **kwds) 125 given arguments. When :func:`runcall` returns, it returns whatever the 197 runcall(function, *args, **kwds)
|
D | bdb.rst | 346 .. method:: runcall(func, /, *args, **kwds)
|
D | profile.rst | 312 .. method:: runcall(func, /, *args, **kwargs)
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1725 :meth:`profile.Profile.runcall`, :meth:`cProfile.Profile.runcall`, 1726 :meth:`bdb.Bdb.runcall`, :meth:`trace.Trace.runfunc` and
|
/third_party/python/Misc/ |
D | HISTORY | 19652 - Bug #1052503 pdb.runcall() was not passing along keyword arguments.
|