lisa.wlgen.rta.RTAPhaseTreeChildren#
- class lisa.wlgen.rta.RTAPhaseTreeChildren(children)[source]#
Bases:
SimpleHash,MappingProxy object used by
RTAPhaseTreeto store the children list.It provides a mapping interface where children can be looked up by name if they have one.
- Parameters:
children (list(RTAPhaseTree)) – List of the children.
Attributes
__reversed__inheritedSee
collections.abc.Mapping.__reversed__Methods
HASH_COERCE()inheritedUsed to coerce the values of
self.__dict__to hashable values.__class_getitem__()inheritedSee
collections.abc.Iterable.__class_getitem__()__contains__()inheritedSee
collections.abc.Mapping.__contains__()get()inheritedSee
collections.abc.Mapping.get()items()inheritedSee
collections.abc.Mapping.items()keys()inheritedSee
collections.abc.Mapping.keys()values()inheritedSee
collections.abc.Mapping.values()
Attributes#
- RTAPhaseTreeChildren.__reversed__ = None#
Methods#
- RTAPhaseTreeChildren.HASH_COERCE(x, coerce)#
Inherited method, see
lisa.utils.SimpleHash.HASH_COERCE()Used to coerce the values of
self.__dict__to hashable values.
- classmethod RTAPhaseTreeChildren.__class_getitem__()#
Inherited method, see
collections.abc.Iterable.__class_getitem__()
- RTAPhaseTreeChildren.__contains__()#
Inherited method, see
collections.abc.Mapping.__contains__()
- RTAPhaseTreeChildren.get()#
Inherited method, see
collections.abc.Mapping.get()
- RTAPhaseTreeChildren.items()#
Inherited method, see
collections.abc.Mapping.items()
- RTAPhaseTreeChildren.keys()#
Inherited method, see
collections.abc.Mapping.keys()
- RTAPhaseTreeChildren.values()#
Inherited method, see
collections.abc.Mapping.values()