Attribute declaration; should we get rid of this?
Methods
|
|
__delete__
__get__
__init__
__repr__
__set__
|
|
__delete__
|
__delete__ ( self, ob )
Exceptions
|
|
NotImplementedError( "Abstract attribute" )
|
|
|
__get__
|
__get__ (
self,
ob,
typ=None,
)
Exceptions
|
|
NotImplementedError( "Abstract attribute" )
|
|
|
__init__
|
__init__ (
self,
doc,
name=None,
value=None,
)
|
|
__repr__
|
__repr__ ( self )
|
|
__set__
|
__set__ (
self,
ob,
val,
)
Exceptions
|
|
NotImplementedError( "Abstract attribute" )
|
|
|