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/2019-March/156789.html below:

[Python-Dev] Best way to specify docstrings for member objects

[Python-Dev] Best way to specify docstrings for member objects [Python-Dev] Best way to specify docstrings for member objectsRaymond Hettinger raymond.hettinger at gmail.com
Wed Mar 20 19:05:26 EDT 2019
> On Mar 20, 2019, at 3:47 PM, Ivan Pozdeev via Python-Dev <python-dev at python.org> wrote:
> 
>> NormalDist.mu.__doc__ = 'Arithmetic mean'
>> NormalDist.sigma.__doc__ = 'Standard deviation'
> 
> IMO this is another manifestation of the problem that things in the class definition have no access to the class object.
> Logically speaking, a definition item should be able to see everything that is defined before it.

The member objects get created downstream by the type() metaclass.  So, there isn't a visibility issue because the objects don't exist yet.


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