Searched defs:do_clear (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
H A Dbdb.py143 self.do_clear(str(bp.number))
148 def do_clear(self, arg): member in class:Bdb
149 raise NotImplementedError, "subclass of bdb must implement do_clear()"
H A Dpdb.py584 def do_clear(self, arg): member in class:Pdb
627 do_cl = do_clear # 'c' is already an abbreviation for 'continue'
/external/python/cpython3/Lib/
H A Dbdb.py164 self.do_clear(str(bp.number))
169 def do_clear(self, arg): member in class:Bdb
170 raise NotImplementedError("subclass of bdb must implement do_clear()")
H A Dpdb.py863 def do_clear(self, arg): member in class:Pdb
909 do_cl = do_clear # 'c' is already an abbreviation for 'continue'
/external/python/cpython2/Tools/scripts/
H A Dtexi2html.py952 def do_clear(self, args): member in class:TexinfoParser
/external/python/cpython3/Tools/scripts/
H A Dtexi2html.py953 def do_clear(self, args): member in class:TexinfoParser

Completed in 257 milliseconds