Definition at line 77 of file file_io.py.
◆ compose()
ComposeResult file_io.SaveWithMessageScreen.compose |
( |
| self | ) |
|
Definition at line 85 of file file_io.py.
85 def compose(self)->ComposeResult:
86 yield SaveWithMessage()
87
◆ on_mount()
None file_io.SaveWithMessageScreen.on_mount |
( |
| self | ) |
|
Definition at line 88 of file file_io.py.
88 def on_mount(self) -> None:
89 message_box = self.query_one(SaveWithMessage)
90 message_box.focus()
91
92
◆ css_file_path
str file_io.SaveWithMessageScreen.css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css" |
|
static |
◆ CSS_PATH
str file_io.SaveWithMessageScreen.CSS_PATH = f"{css_file_path}/save_menu_layout.tcss" |
|
static |
The documentation for this class was generated from the following file:
- /github/workspace/dunedaq/sourcecode/daqconf/python/daqconf/cider/widgets/popups/file_io.py