Model.find_element_by_key
- Model.find_element_by_key(key)[source]
Retrieve an element in the model using its key.
- Parameters:
- keyint
The element’s key.
- Returns:
- list of Optional[_Element]
The corresponding element, or None if not found.
Retrieve an element in the model using its key.
The element’s key.
The corresponding element, or None if not found.