Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest___all__.py15 class NoAll(RuntimeError): class
36 raise NoAll(modname)
107 raise NoAll(modname)
109 except NoAll:
/external/python/cpython3/Lib/test/
Dtest___all__.py7 class NoAll(RuntimeError): class
30 raise NoAll(modname)
95 raise NoAll(modname)
97 except NoAll: