Public Member Functions | |
def | __getitem__ (self, idx) |
def | __iter__ (self) |
Static Public Member Functions | |
def | wrap (item) |
Wrapper class for yaml lists to allow recursive inheritance of wrapper property
Definition at line 88 of file __init__.py.
def xacro.YamlListWrapper.__getitem__ | ( | self, | |
idx | |||
) |
Definition at line 101 of file __init__.py.
def xacro.YamlListWrapper.__iter__ | ( | self | ) |
Definition at line 104 of file __init__.py.
|
static |
This static method, used by both YamlListWrapper and YamlDictWrapper, dispatches to the correct wrapper class depending on the type of yaml item
Definition at line 91 of file __init__.py.