Browse Source
Add `versionadded` to `BaseView.walk_children`
pull/10278/head
Isis Ebsen
7 days ago
Failed to extract signature
1 changed files with
2 additions and
0 deletions
-
discord/ui/view.py
|
|
@ -655,6 +655,8 @@ class BaseView: |
|
|
|
"""An iterator that recursively walks through all the children of this view |
|
|
|
and its children, if applicable. |
|
|
|
|
|
|
|
.. versionadded:: 2.6 |
|
|
|
|
|
|
|
Yields |
|
|
|
------ |
|
|
|
:class:`Item` |
|
|
|