Reference
Constructors
Create objects
- create_widget()
-
Create a new widget with the given name and width.
- create_layout()
-
Create a new layout container.
Transformers
Transform data
Validators
Validate input
- check_bounds()
-
Check if a value is within the given bounds.
- check_type()
-
Check if an object is of the expected type.
Utilities
Helper utils
- to_string()
-
Convert an object to its string representation.
- from_string()
-
Parse a string into a Python object.