Home | History | Annotate | Download | only in Lib

Lines Matching refs:Instance

107     Raised if an Option instance is created with invalid or
162 Instance attributes:
164 the controlling OptionParser instance
448 Instance attributes:
466 # The list of instance attributes that may be set through
530 # option is the Option instance calling the checker
911 Instance attributes:
936 # initialize at least the following instance attributes:
948 self._short_opt = {} # single letter -> Option instance
949 self._long_opt = {} # long option -> Option instance
1017 raise TypeError, "not an Option instance: %r" % option
1127 Instance attributes:
1343 raise TypeError, "not an OptionGroup instance: %r" % group
1378 (values, args) where 'values' is a Values instance (with all