A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2003-January/032499.html below:

[Python-Dev] Extended Function syntax

[Python-Dev] Extended Function syntax [Python-Dev] Extended Function syntaxGuido van Rossum guido@python.org
Wed, 29 Jan 2003 01:32:11 -0500
> >It's a bad idea to have to go through all the motions of defining the
> >property on each object creation.
> 
> Sorry for typo(no def),should be:
> 
> 
> class Foo(object):
>         __init__(class): #class section

I have no idea what you mean by this.  This doesn't look like Python
at all.

>              class.v = []
>              class.myprop:
>                      """A computed property on Foo objects."""
>                      def __get__(class_instance):
>                            return ...
>                      def __set__(class_instance):
>                           ...
>                      def __delete__(class_instance):
>                         ...
>              def class_method(class,a,b):
>                      ................
> 
> w.s.

--Guido van Rossum (home page: http://www.python.org/~guido/)



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4