mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Flesh out the docstring for DOMQuery.remove
This commit is contained in:
@@ -351,7 +351,11 @@ class DOMQuery(Generic[QueryType]):
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def remove(self) -> AwaitRemove:
|
def remove(self) -> AwaitRemove:
|
||||||
"""Remove matched nodes from the DOM"""
|
"""Remove matched nodes from the DOM.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
AwaitRemove: An awaitable object that waits for the widget to be removed.
|
||||||
|
"""
|
||||||
prune_finished_event = asyncio.Event()
|
prune_finished_event = asyncio.Event()
|
||||||
app = active_app.get()
|
app = active_app.get()
|
||||||
app.post_message_no_wait(
|
app.post_message_no_wait(
|
||||||
|
|||||||
Reference in New Issue
Block a user