Definition at line 212 of file file_io.py.
◆ compose()
ComposeResult file_io.RenameConfigObjectScreen.compose |
( |
| self | ) |
|
Definition at line 220 of file file_io.py.
220 def compose(self)->ComposeResult:
221 yield RenameConfigObject()
222
◆ on_mount()
None file_io.RenameConfigObjectScreen.on_mount |
( |
| self | ) |
|
Definition at line 223 of file file_io.py.
223 def on_mount(self) -> None:
224 message_box = self.query_one(RenameConfigObject)
225 message_box.focus()
◆ css_file_path
str file_io.RenameConfigObjectScreen.css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css" |
|
static |
◆ CSS_PATH
str file_io.RenameConfigObjectScreen.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