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

Lines Matching full:takes_value

344         if option.takes_value():
681 takes_value = (self.action in self.STORE_ACTIONS or
683 if self.dest is None and takes_value:
752 def takes_value(self):
1494 if option.takes_value():
1527 if option.takes_value():