Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/typing.rst
  • Loading branch information
JelleZijlstra authored May 24, 2023
commit 0308cdc6fda8d119953bddac748ce0451f1bbd45
1 change: 1 addition & 0 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,7 @@ These are not used in annotations. They are building blocks for declaring types.
first_user = UserId(1)

.. attribute:: __module__

The module in which the new type is defined.
Comment thread
JelleZijlstra marked this conversation as resolved.

.. attribute:: __name__
Expand Down