Home | Trees | Indices | Help |
|
---|
|
object --+ | Deprecated
A base class used to mark deprecated classes. A typical usage is to alert users that the name of a class has changed:
>>> class OldClassName(Deprecated, NewClassName): ... "Use NewClassName instead."
The docstring of the deprecated class will be used in the deprecation warning message.
|
|||
Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:55 2008 | http://epydoc.sourceforge.net |