DebugClients/Python/PyProfile.py

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

eric ide

mercurial