Lines Matching refs:f_code
134 if self.stopframe and frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:
149 if self.stopframe and frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:
173 if not (frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS
182 and self.stopframe.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS
223 filename = self.canonic(frame.f_code.co_filename)
230 lineno = frame.f_code.co_firstlineno
254 return self.canonic(frame.f_code.co_filename) in self.breaks
318 if frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:
562 filename = self.canonic(frame.f_code.co_filename)
564 if frame.f_code.co_name:
565 s += frame.f_code.co_name
796 if frame.f_code.co_name != b.funcname:
866 name = frame.f_code.co_name
871 name = frame.f_code.co_name
873 fn = self.canonic(frame.f_code.co_filename)