0.1.dev2192+g7c539c3.d20250403
flytekit.core.type_helpers
Directory
Methods
| Method | Description |
|---|---|
load_type_from_tag() |
Loads python type from tag. |
Variables
| Property | Type | Description |
|---|---|---|
T |
TypeVar |
Methods
load_type_from_tag()
def load_type_from_tag(
tag: str,
) -> typing.Type[~T]Loads python type from tag
| Parameter | Type |
|---|---|
tag |
str |