class documentation
class Object(YamlReflection):
Raw python object for yaml / xml representation
Class Method | from |
Undocumented |
Class Method | from |
Undocumented |
Class Method | from |
Undocumented |
Method | add |
NOTE: One must keep careful track of aggregate types for this system. Can use 'lump_aggregates()' before writing if you don't care. |
Method | add |
Undocumented |
Method | aggregate |
Must be called in constructor! |
Method | check |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | lump |
Put all aggregate types together, just because |
Method | parse |
Undocumented |
Method | post |
Undocumented |
Method | pre |
If anything needs to be converted prior to dumping to xml i.e., getting the names of objects and such |
Method | read |
Undocumented |
Method | remove |
Undocumented |
Method | to |
Creates an overarching tag and adds its contents to the node |
Method | to |
Undocumented |
Method | write |
Adds contents directly to XML node |
Constant | XML |
Undocumented |
Instance Variable | aggregate |
Undocumented |
Instance Variable | aggregate |
Undocumented |