Searched defs:runcall (Results 1 – 9 of 9) sorted by relevance
| /external/python/cpython2/Lib/hotshot/ | ||
| D | __init__.py | 70 def runcall(self, func, *args, **kw): member in Profile |
| /external/python/cpython2/Lib/ | ||
| D | cProfile.py | 146 def runcall(self, func, *args, **kw): member in Profile |
| D | profile.py | 450 def runcall(self, func, *args, **kw): member in Profile |
| D | bdb.py | 431 def runcall(self, func, *args, **kwds): member in Bdb |
| D | pdb.py | 1247 def runcall(*args, **kwds): function |
| /external/python/cpython3/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 | bdb.py | 631 def runcall(self, func, /, *args, **kwds): member in Bdb |
| D | pdb.py | 1619 def runcall(*args, **kwds): function |