Home
last modified time | relevance | path

Searched refs:format_stack_entry (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dbdb.py551 def format_stack_entry(self, frame_lineno, lprefix=': '): member in Bdb
Dpdb.py1470 self.format_stack_entry(frame_lineno, prompt_prefix))
/third_party/python/Doc/library/
Dbdb.rst317 .. method:: format_stack_entry(frame_lineno, lprefix=': ')
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst272 Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry.