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

Method __init__

tortoise/fields/data.py:854–856  ·  view source on GitHub ↗
(
        self: BinaryField[bytes], *, null: Literal[False] = False, **kwargs: Any
    )

Source from the content-addressed store, hash-verified

852
853 @overload
854 def __init__(
855 self: BinaryField[bytes], *, null: Literal[False] = False, **kwargs: Any
856 ) -> None: ...
857
858 @overload
859 def __init__(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected