Skip to content

Commit 9adf087

Browse files
committed
fox docstring
1 parent d173c26 commit 9adf087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textual/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,8 +3366,10 @@ def _check_action_state(
33663366
self, action: str, default_namespace: DOMNode
33673367
) -> bool | None:
33683368
"""Check if an action is enabled.
3369+
33693370
Args:
33703371
action: An action string.
3372+
default_namespace: The default namespace if one is not specified in the action.
33713373
33723374
Returns:
33733375
State of an action.

0 commit comments

Comments
 (0)