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

/external/python/cpython2/Lib/plat-irix5/
H A Dreadcd.py10 class _Stop(Exception): class in inherits:Exception
16 raise _Stop
24 raise _Stop
56 raise _Stop
243 except _Stop:
/external/python/cpython2/Lib/plat-irix6/
H A Dreadcd.py10 class _Stop(Exception): class in inherits:Exception
16 raise _Stop
24 raise _Stop
56 raise _Stop
243 except _Stop:
/external/python/cpython2/Lib/
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
865 except _Stop, stopinst:
1262 raise _Stop(value)

Completed in 315 milliseconds