Message215858
While 'argparse' is complex, its organization is quite different from 'itertools'. For most purposes there is one starting point:
parser = argparse.ArgumentParser(...)
Nearly everything else invokes a 'parser' method. Most complex and common is 'add_argument'.
Some summary tables might be useful, but 'itertools' might not be best model. |
|
Date |
User |
Action |
Args |
2014-04-10 00:12:07 | paul.j3 | set | recipients:
+ paul.j3, rhettinger, terry.reedy, eric.araujo, docs@python |
2014-04-10 00:12:07 | paul.j3 | set | messageid: <1397088727.57.0.268077051074.issue21150@psf.upfronthosting.co.za> |
2014-04-10 00:12:07 | paul.j3 | link | issue21150 messages |
2014-04-10 00:12:07 | paul.j3 | create | |
|