A RetroSearch Logo

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

Search Query:

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

[Python-Dev] Extended Function syntax

[Python-Dev] Extended Function syntax [Python-Dev] Extended Function syntaxGuido van Rossum guido@python.org
Thu, 30 Jan 2003 08:00:59 -0500
> There's something odd about writing
> 
> def property foo:
>     ...
> 
> Both of
> 
> defprop foo:
>     ...
> 
> or 
> 
> define property foo:
>     ...
> 
> seem more natural.
> 
> def foo [property]:
>     ...
> 
> anyone?  Probably relying on the difference between [ and ( kills it.

Yes.

How about

  foo = property:
      ...

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