4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
170 "c_call": profile.Profile.trace_dispatch_c_call, | 170 "c_call": profile.Profile.trace_dispatch_c_call, |
171 "c_exception": profile.Profile.trace_dispatch_return, | 171 "c_exception": profile.Profile.trace_dispatch_return, |
172 # the C function returned | 172 # the C function returned |
173 "c_return": profile.Profile.trace_dispatch_return, | 173 "c_return": profile.Profile.trace_dispatch_return, |
174 } | 174 } |
175 | |
176 # | |
177 # eflag: noqa = M702 |