Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dbdb.py53 return self.dispatch_return(frame, arg)
84 def dispatch_return(self, frame, arg): member in Bdb
/external/python/cpython2/Doc/library/
Dbdb.rst142 .. method:: dispatch_return(frame, arg)
193 This method is called from :meth:`dispatch_return` when :meth:`stop_here`