docstringargs: Python module for setting up argparse

Paul Rubin no.email at nospam.invalid
Tue Apr 21 01:16:10 EDT 2015


Paul Rubin <no.email at nospam.invalid> writes:
> If there's only one annotation it can take a dictionary without an outer
> one.  If there's more than one annotation 

Hmm, I see what you might be getting at: the decorators run
innermost-first so only the outer ones can tell if there are multiple
ones without some pretty bad extra hair.  There's probably a way around
this.  I'll think about it some more some other time.



More information about the Python-list mailing list