Home
last modified time | relevance | path

Searched refs:dispatch_exception (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dbdb.py96 return self.dispatch_exception(frame, arg)
162 def dispatch_exception(self, frame, arg): member in Bdb
/third_party/python/Doc/library/
Dbdb.rst158 .. method:: dispatch_exception(frame, arg)
206 This method is called from :meth:`dispatch_exception` when