| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
MetadataObject
Object that contains a metadata structure
stucture inspired by [1]
[1] : http://www.saltycrane.com/blog/2012/08/python-data-object-motivated-desire-mutable-namedtuple-default-values/
Metadata
----------
Methods
-------
as_dict()
Return a dictionnary representation of the MetadataObject
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_default_value = OrderedDict()
|
|||
|
|||
|
Inherited from |
|||
|
|||
Construct an Metadata object Abstract Class _default_value must be specified by Metadata() Parameters ---------- Returns ------- Metadata
|
x.__setattr__('name', value) <==> x.name = value
|
x.__delattr__('name') <==> del x.name
|
repr(x)
|
str(x)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 15 00:09:37 2013 | http://epydoc.sourceforge.net |