snakia.core.tui.widget
Functions
|
A decorator indicating abstract methods. |
|
A decorator to indicate final methods and final classes. |
|
Convert a sync function to an async function. |
Classes
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
An asynchronous bindable. |
|
A bindable value. |
|
A canvas is a 2D array of characters. |
|
Type variable. |
|
- class snakia.core.tui.widget.Widget[source]
Bases:
ABC- final async_state(default_value)[source]
- Return type:
AsyncBindable[TypeVar(T)]