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

Method __init__

tortoise/fields/data.py:354–361  ·  view source on GitHub ↗
(
        self: DecimalField[Decimal],
        max_digits: int,
        decimal_places: int,
        *,
        null: Literal[False] = False,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

352
353 @overload
354 def __init__(
355 self: DecimalField[Decimal],
356 max_digits: int,
357 decimal_places: int,
358 *,
359 null: Literal[False] = False,
360 **kwargs: Any,
361 ) -> None: ...
362
363 @overload
364 def __init__(

Callers

nothing calls this directly

Calls 2

ConfigurationErrorClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected