Chris Angelico <ros...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to