Searched defs:runcall (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | cProfile.py | 110 def runcall(self, func, /, *args, **kw): member in Profile |
D | profile.py | 431 def runcall(self, func, /, *args, **kw): member in Profile |
D | bdb.py | 694 def runcall(self, func, /, *args, **kwds): member in Bdb |
D | pdb.py | 2325 def runcall(*args, **kwds): function |