docstringargs: Python module for setting up argparse

Paul Rubin no.email at nospam.invalid
Mon Apr 20 21:13:07 EDT 2015


Chris Angelico <rosuav at gmail.com> writes:
> @cmdline
> def adduser(user: "Name of user to add", password: "Password for the
> new user"=""):
>     """Add a new user"""

Does this conflict with type signature proposals using that annotation
mechanism?  I guess that means PEP 0484 but I've lost track of what's
where.



More information about the Python-list mailing list