>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.

_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to