Methods
|
|
__init__
_checkValueSpace
_marshalData
_setAttr
|
|
__init__
|
__init__ (
self,
data,
name=None,
typed=1,
encoding='base64',
attrs=None,
)
|
|
_checkValueSpace
|
_checkValueSpace ( self, data )
Exceptions
|
|
AttributeError, "invalid %s type" % self._type
ValueError, "must supply initial %s value" % self._type
|
|
|
_marshalData
|
_marshalData ( self )
|
|
_setAttr
|
_setAttr (
self,
attr,
value,
)
|
|