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

Lines Matching full:no_default

284         if default_value is NO_DEFAULT or default_value is None:
442 NO_DEFAULT = ("NO", "DEFAULT")
616 setattr(self, attr, NO_DEFAULT)
1030 if option.default is not NO_DEFAULT: