-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
https://docs.python.org/3/library/collections.abc.html
Set
Set.__rsub__
and Set.__rxor__
do exist but not mentioned in the Document.
MappingView
MappingView.__init__
and MappingView.__repr__
have the same issue.
But since __init__
and __repr__
always have default implementation in the base class object
, so I'm not sure should we treat them as mixin methods. But the implemntation in MappingView
do have it's own logic so I assume they should be mixin methods.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir