Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/scripts/
Dcachersrc.py12 class NoArgsError(Exception): class
29 raise NoArgsError
30 except (getopt.GetoptError, NoArgsError):