poolgroupelement
This module is part of the Python Pool library. It defines the base classes for
Classes
PoolBaseGroup
- class PoolBaseGroup(**kwargs)[source]
Bases:
PoolContainer
- property user_element_ids: Sequence[int]
Returns the sequence of user element IDs
- Returns:
the sequence of user element IDs
- get_user_elements()[source]
Returns the sequence of user elements
- Return type:
- Returns:
the sequence of user elements
- get_user_elements_attribute_iterator()[source]
Returns an iterator over the main attribute of each user element.
- Return type:
- Returns:
an iterator over the main attribute of each user element.
- get_user_elements_attribute()
Returns an iterator over the main attribute of each user element.
- Return type:
- Returns:
an iterator over the main attribute of each user element.
- get_user_elements_attribute_sequence()[source]
Returns a sequence of main attribute of each user element.
In loops use preferably
get_user_elements_attribute_iterator()
for performance and memory reasons.- Return type:
- Returns:
a sequence of main attribute of each user element.
- get_user_elements_attribute_map()[source]
Returns a dictionary of main attribute of each user element.
- Return type:
- Returns:
a dictionary of main attribute of each user element.
- get_physical_elements()[source]
Returns a dictionary or physical elements where key is a controller object and value is a sequence of pool elements
- Return type:
- Returns:
a dictionary of physical elements
- get_physical_elements_iterator()[source]
Returns an iterator over the physical elements.
Warning
The order is non deterministic.
- Return type:
- Returns:
an iterator over the physical elements.
PoolGroupElement
- class PoolGroupElement(**kwargs)[source]
Bases:
PoolBaseElement
,PoolBaseGroup