class documentation
class YamlListWrapper(list):
Wrapper class for yaml lists to allow recursive inheritance of wrapper property
Static Method | wrap |
This static method, used by both YamlListWrapper and YamlDictWrapper, dispatches to the correct wrapper class depending on the type of yaml item |
Method | __getitem__ |
Undocumented |
Method | __iter__ |
Undocumented |