Open
Description
I want to query CollapsibleTitle
s and call parent.screen.focus_next(CollapsibleTitle)
. To do this, I need to do the following:
from textual.widgets._collapsible import CollapsibleTitle
This causes issues with linters that do not allow private imports (_collapsible
here). Could this type CollapsibleTitle
be exposed publicly? Perhaps in textual.types
?
Metadata
Metadata
Assignees
Labels
No labels