euporie.notebook.tabs.display
Contain a tab for displaying files.
Functions
|
Attempt to guess the format of a path. |
|
Run a function in an thread, but make sure it uses the same contextvars. |
Classes
|
Class for storing and converting display data. |
|
Specified dimension (width/height) of a user control or window. |
|
Rich output displays. |
|
Tab class for displaying files. |
|
A container which renders a stand-alone margin. |
|
Margin displaying a scrollbar. |
|
Base class for interface tabs. |
|
Several layouts, one stacked left/right of the other. |
- class euporie.notebook.tabs.display.DisplayTab(app: BaseApp, path: Path | None = None)
Bases:
Tab
Tab class for displaying files.
- close(cb: Callable | None = None) None
Close a tab with a callback.
- Parameters:
cb – A function to call after the tab is closed.
- container: AnyContainer
- load_container() AnyContainer
Abcract method for loading the notebook’s main container.