| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
property --+
|
typedproperty
Property decorator for convenient creation of typed, encapsulated fields. The provided function must be a dummy, only its name is used.
Example:
>>> @typedproperty(float) >>> def b(): >>> pass
| Instance Methods | |||
|
|||
| value |
|
||
property attribute |
|
||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from Inherited from |
| Method Details |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |