[Python-ideas] Add an UML class diagram to the collections.abc module documentation

Yahya Abou 'Imran yahya-abou-imran at protonmail.com
Sun Dec 31 10:46:38 EST 2017


>Terry Reedy writes:
>
>>B. Be consistent on placement of inherited versus added methods.  Always
>>>list inherited first?  Different fonts, as suggested, might be
>>>good.
>>
> I would prefer listing added methods first.

I don't understand why...

In the table of the documentation page, the abstract methods are listed fisrt.
In the source code, the abstract methods are implemented fisrt.
In UML, the convention is to place the abstract methods first.



More information about the Python-ideas mailing list