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 |