DebugClients/Python3/PyProfile.py

changeset 3591
2f2a4a76dd22
parent 3160
209a07d7e401
child 4021
195a471c327b
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
130 130
131 return frame.f_code.co_filename 131 return frame.f_code.co_filename
132 132
133 def trace_dispatch_call(self, frame, t): 133 def trace_dispatch_call(self, frame, t):
134 """ 134 """
135 Private method used to trace functions calls. 135 Public method used to trace functions calls.
136 136
137 This is a variant of the one found in the standard Python 137 This is a variant of the one found in the standard Python
138 profile.py calling fix_frame_filename above. 138 profile.py calling fix_frame_filename above.
139 139
140 @param frame reference to the call frame 140 @param frame reference to the call frame

eric ide

mercurial