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

Method __init__

tortoise/fields/data.py:823–823  ·  view source on GitHub ↗
(self: UUIDField[UUID], *, null: Literal[False] = False, **kwargs: Any)

Source from the content-addressed store, hash-verified

821
822 @overload
823 def __init__(self: UUIDField[UUID], *, null: Literal[False] = False, **kwargs: Any) -> None: ...
824
825 @overload
826 def __init__(self: UUIDField[UUID | None], *, null: Literal[True], **kwargs: Any) -> None: ...

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected