class documentation

class YamlListWrapper(list):

View In Hierarchy

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
@staticmethod
def wrap(item):

This static method, used by both YamlListWrapper and YamlDictWrapper, dispatches to the correct wrapper class depending on the type of yaml item

def __getitem__(self, idx):

Undocumented

def __iter__(self):

Undocumented