MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / enum_fields.py

File enum_fields.py

examples/enum_fields.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from enum import Enum, IntEnum
2
3from tortoise import Tortoise, fields, run_async
4from tortoise.models import Model

Callers

nothing calls this directly

Calls 2

run_asyncFunction · 0.90
runFunction · 0.70

Tested by

no test coverage detected