|
|
|
|
|
__delitem__(self,
attr)
Remove the property from the metadata |
source code
|
|
|
|
|
|
|
|
|
__setitem__(self,
attr,
value)
Set property in the metadata |
source code
|
|
|
|
|
autoreadOff(self)
The ()-operator should not automatically get the value from the
metadata |
source code
|
|
|
autoreadOn(self)
The ()-operator should automatically get the value from the metadata |
source code
|
|
|
autowriteOff(self)
The ()-operator should not automatically set the value in the
metadata |
source code
|
|
|
autowriteOn(self)
The ()-operator should automatically set the value in the metadata |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|