[Python-ideas] The prohibition overrides the class method
Michael Selik
mike at selik.org
Tue Nov 17 17:48:37 EST 2015
More information about the Python-ideas mailing list
Tue Nov 17 17:48:37 EST 2015
- Previous message (by thread): [Python-ideas] The prohibition overrides the class method
- Next message (by thread): [Python-ideas] The prohibition overrides the class method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cython has a `final` for preventing a class from being overridden ( http://docs.cython.org/src/userguide/extension_types.html#subclassing). I don't know if Cython supports `final` methods outside of final classes. They might be more interested in implementing that feature. On Tue, Nov 17, 2015, 12:30 AM Иван Спиненко <spinenkoia at gmail.com> wrote: > Thank you all very much. Perhaps I'll leave that idea, Python too flexible > language for such things. > _______________________________________________ > Python-ideas mailing list > Python-ideas at python.org > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20151117/801c6998/attachment.html>
- Previous message (by thread): [Python-ideas] The prohibition overrides the class method
- Next message (by thread): [Python-ideas] The prohibition overrides the class method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list