Lines Matching refs:f_code
132 if self.stopframe and frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:
147 if self.stopframe and frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:
171 if not (frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS
180 and self.stopframe.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS
219 filename = self.canonic(frame.f_code.co_filename)
226 lineno = frame.f_code.co_firstlineno
250 return self.canonic(frame.f_code.co_filename) in self.breaks
314 if frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:
543 filename = self.canonic(frame.f_code.co_filename)
545 if frame.f_code.co_name:
546 s += frame.f_code.co_name
775 if frame.f_code.co_name != b.funcname:
842 name = frame.f_code.co_name
847 name = frame.f_code.co_name
849 fn = self.canonic(frame.f_code.co_filename)