Searched defs:trace_dispatch (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_bdb.py | 102 def trace_dispatch(self, frame, event, arg): member in Bdb |
/external/python/cpython2/Lib/ | ||
D | profile.py | 203 def trace_dispatch(self, frame, event, arg): member in Profile |
D | bdb.py | 45 def trace_dispatch(self, frame, event, arg): member in Bdb |
D | doctest.py | 380 def trace_dispatch(self, *args): member in _OutputRedirectingPdb |
/external/python/cpython3/Lib/ | ||
D | profile.py | 182 def trace_dispatch(self, frame, event, arg): member in Profile |
D | bdb.py | 63 def trace_dispatch(self, frame, event, arg): member in Bdb |
D | doctest.py | 380 def trace_dispatch(self, *args): member in _OutputRedirectingPdb |