Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_contextlib.py937 class UniqueRuntimeError(RuntimeError): pass class
959 raise UniqueRuntimeError("please no infinite loop.")
963 self.assertIsInstance(exc.__context__, UniqueRuntimeError)