On Sun, Jun 12, 2016 at 5:37 AM, Eric Snow <[email protected]> wrote:
> The following code demonstrates roughly equivalent semantics for the
> default behavior::
>
>    class Meta(type):
>        def __prepare__(cls, *args, **kwargs):

Shouldn't this be wrapped with a classmethod decorator?

+1 from me.

--Berker
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to