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/2007-October/075060.html below:

[Python-Dev] Declaring setters with getters

[Python-Dev] Declaring setters with getters [Python-Dev] Declaring setters with gettersRaymond Hettinger python at rcn.com
Wed Oct 31 18:57:43 CET 2007
> I'd like to make this [propset] a standard built-in, 

+1 -- I find this to be an attractive syntax

> I'd also like to change property so that the doc 
> string defaults to the doc string of the getter.

+1 -- This should also be done for classmethod,
staticmethod, and anything else that wraps functions.

Alternatively, the doc string could be made a little
more informative:

__doc__ = 'property of function %s: %s' % (f.__name__, f.__doc__) 


Raymond
More information about the Python-Dev mailing list

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