Skip to content

Some mixin methods in collections.abc are not mentioned in the Document #114990

@aisk

Description

@aisk

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

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions