Browse Source

Add `versionadded` to `BaseView.walk_children`

pull/10278/head
Isis Ebsen 1 week ago
parent
commit
9c7358f059
Failed to extract signature
  1. 2
      discord/ui/view.py

2
discord/ui/view.py

@ -655,6 +655,8 @@ class BaseView:
"""An iterator that recursively walks through all the children of this view """An iterator that recursively walks through all the children of this view
and its children, if applicable. and its children, if applicable.
.. versionadded:: 2.6
Yields Yields
------ ------
:class:`Item` :class:`Item`

Loading…
Cancel
Save