how to inherit docstrings?
Ben Finney
ben+python at benfinney.id.au
Thu Jun 9 03:44:32 EDT 2011
More information about the Python-list mailing list
Thu Jun 9 03:44:32 EDT 2011
- Previous message (by thread): how to inherit docstrings?
- Next message (by thread): how to inherit docstrings?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Eric Snow <ericsnowcurrently at gmail.com> writes: > AttributeError: attribute '__doc__' of 'type' objects is not writable > > That is on 3.3. Well, that sucks :-( Where can we see the discussion of that change before it was implemented? > I'm just looking for a way to do it with decorators in the class body > without using metaclasses or class decorators. Yes, that'd be nice. Do you have a specification in mind for how it would work? Perhaps time to start a thread on the ‘python-ideas’ forum. -- \ “Following fashion and the status quo is easy. Thinking about | `\ your users' lives and creating something practical is much | _o__) harder.” —Ryan Singer, 2008-07-09 | Ben Finney
- Previous message (by thread): how to inherit docstrings?
- Next message (by thread): how to inherit docstrings?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list