Home
last modified time | relevance | path

Searched refs:do_clear (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dbdb.py143 self.do_clear(str(bp.number))
148 def do_clear(self, arg): member in Bdb
Dpdb.py584 def do_clear(self, arg): member in Pdb
627 do_cl = do_clear # 'c' is already an abbreviation for 'continue'
/external/python/cpython2/Doc/library/
Dbdb.rst201 .. method:: do_clear(arg)
/external/python/cpython2/Tools/scripts/
Dtexi2html.py952 def do_clear(self, args): member in TexinfoParser
/external/python/cpython2/Misc/
DHISTORY11014 method do_delete(); do_clear() was meant. By Greg Ward.