docstring [skip ci]
This commit is contained in:
parent
f450d98e3e
commit
74fc85054c
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class MessagePump(metaclass=MessagePumpMeta):
|
|||
|
||||
@property
|
||||
def is_attached(self) -> bool:
|
||||
"""Check the node is attached to the app via the DOM."""
|
||||
"""Is the node is attached to the app via the DOM."""
|
||||
from .app import App
|
||||
|
||||
node = self
|
||||
|
|
|
|||
Loading…
Reference in a new issue