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 |