Searched defs:add_argument (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dargparse.py16 parser.add_argument(
19 parser.add_argument(
29 example above shows, the add_argument() method is used to populate
41 the type= argument of add_argument() calls.
45 the action= argument of add_argument(). However, for greater
253 def add_argument(self, action): member in class:HelpFormatter
273 self.add_argument(action)
1104 ArgumentParser add_argument() method.
1250 def add_argument(self, *args, **kwargs): member in class:_ActionsContainer
1252 add_argument(des
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dargparse.py16 parser.add_argument(
19 parser.add_argument(
29 example above shows, the add_argument() method is used to populate
41 the type= argument of add_argument() calls.
45 the action= argument of add_argument(). However, for greater
253 def add_argument(self, action): member in class:HelpFormatter
273 self.add_argument(action)
1104 ArgumentParser add_argument() method.
1250 def add_argument(self, *args, **kwargs): member in class:_ActionsContainer
1252 add_argument(des
[all...]

Completed in 12 milliseconds