Searched refs:format_stack_entry (Results 1 – 4 of 4) sorted by relevance
551 def format_stack_entry(self, frame_lineno, lprefix=': '): member in Bdb
1470 self.format_stack_entry(frame_lineno, prompt_prefix))
317 .. method:: format_stack_entry(frame_lineno, lprefix=': ')
272 Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry.