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

/external/python/cpython2/Lib/
H A Doptparse.py548 # CHECK_METHODS is a list of unbound method objects; they are called
554 # define their own CHECK_METHODS list that adds their check method
556 CHECK_METHODS = None variable in class:Option
574 # out to the _check_*() methods listed in CHECK_METHODS -- which
577 for checker in self.CHECK_METHODS:
737 CHECK_METHODS = [_check_action, variable in class:Option

Completed in 105 milliseconds