|
|
@ -220,7 +220,7 @@ class Section(Item[V]): |
|
|
|
Optional[:class:`Item`] |
|
|
|
The item found, or ``None``. |
|
|
|
""" |
|
|
|
return _utils_get(self._children, id=id) |
|
|
|
return _utils_get(self.walk_children(), id=id) |
|
|
|
|
|
|
|
def clear_items(self) -> Self: |
|
|
|
"""Removes all the items from the section. |
|
|
|