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

Method __init__

tortoise/fields/data.py:317–319  ·  view source on GitHub ↗
(
        self: BooleanField[bool], *, null: Literal[False] = False, **kwargs: Any
    )

Source from the content-addressed store, hash-verified

315
316 @overload
317 def __init__(
318 self: BooleanField[bool], *, null: Literal[False] = False, **kwargs: Any
319 ) -> None: ...
320
321 @overload
322 def __init__(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected