Home | History | Annotate | Download | only in python2.7

Lines Matching full:checker

529     #   option is the Option instance calling the checker
537 # If no checker is defined for a type, arguments will be
576 for checker in self.CHECK_METHODS:
577 checker(self)
765 checker = self.TYPE_CHECKER.get(self.type)
766 if checker is None:
769 return checker(self, opt, value)