[issue39572] [typing] TypedDict's 'total' argument is undocumented

Guido van Rossum report at bugs.python.org
Tue Feb 18 13:17:37 EST 2020


Guido van Rossum <guido at python.org> added the comment:

There's no __total__ argument, but there is a __total__ attribute. There are also (new in 3.9) __required_keys__ and __total_keys__ attributes.

Are you interested in submitting a PR with the needed doc changes?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39572>
_______________________________________


More information about the Python-bugs-list mailing list