Home
last modified time | relevance | path

Searched refs:trace_dispatch_c_call (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dprofile.py299 def trace_dispatch_c_call (self, frame, t): member in Profile
352 "c_call": trace_dispatch_c_call,
/external/python/cpython3/Lib/
Dprofile.py278 def trace_dispatch_c_call (self, frame, t): member in Profile
331 "c_call": trace_dispatch_c_call,