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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Doptparse.py547 # CHECK_METHODS is a list of unbound method objects; they are called
553 # define their own CHECK_METHODS list that adds their check method
555 CHECK_METHODS = None variable in class:Option
573 # out to the _check_*() methods listed in CHECK_METHODS -- which
576 for checker in self.CHECK_METHODS:
736 CHECK_METHODS = [_check_action, variable in class:Option
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Doptparse.py547 # CHECK_METHODS is a list of unbound method objects; they are called
553 # define their own CHECK_METHODS list that adds their check method
555 CHECK_METHODS = None variable in class:Option
573 # out to the _check_*() methods listed in CHECK_METHODS -- which
576 for checker in self.CHECK_METHODS:
736 CHECK_METHODS = [_check_action, variable in class:Option

Completed in 62 milliseconds