# flytekit.core.type_helpers

## Directory

### Methods

| Method | Description |
|-|-|
| [`load_type_from_tag()`](#load_type_from_tag) | Loads python type from tag. |

### Variables

| Property | Type | Description |
|-|-|-|
| `T` | `TypeVar` |  |

## Methods

#### load_type_from_tag()

```python
def load_type_from_tag(
    tag: str,
) -> typing.Type[~T]
```
Loads python type from tag

| Parameter | Type | Description |
|-|-|-|
| `tag` | `str` | |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flytekit-sdk/packages/flytekit.core.type_helpers.md
**HTML**: https://www.union.ai/docs/v1/flyte/api-reference/flytekit-sdk/packages/flytekit.core.type_helpers/
