Searched refs:_Stop (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpickle.py80 # An instance of _Stop is raised by Unpickler.load_stop() in response to
82 class _Stop(Exception): class in inherits:Exception
859 except _Stop, stopinst:
1256 raise _Stop(value)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpickle.py80 # An instance of _Stop is raised by Unpickler.load_stop() in response to
82 class _Stop(Exception): class in inherits:Exception
859 except _Stop, stopinst:
1256 raise _Stop(value)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpickle.py80 # An instance of _Stop is raised by Unpickler.load_stop() in response to
82 class _Stop(Exception): class in inherits:Exception
859 except _Stop, stopinst:
1256 raise _Stop(value)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpickle.py80 # An instance of _Stop is raised by Unpickler.load_stop() in response to
82 class _Stop(Exception): class in inherits:Exception
859 except _Stop, stopinst:
1256 raise _Stop(value)

Completed in 278 milliseconds