[Python-ideas] Properties for classes possible?

Sven R. Kunze srkunze at mail.de
Tue Aug 25 18:43:53 CEST 2015


The thinking was more like:

instancemethod -> property
classmethod -> classproperty
staticmethod -> staticproperty

On 21.08.2015 09:01, Thomas Güttler wrote:
>
>
> Am 20.08.2015 um 18:42 schrieb Sven R. Kunze:
>> What about 'staticproperties'?
>
> Yes, that sound good. In my case a read-only classproperty is all I need.
>
> I guess that is what you mean with "staticproperty".
>
> Regards,
>   Thomas Güttler
>



More information about the Python-ideas mailing list