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

Method __init__

tortoise/validators.py:56–57  ·  view source on GitHub ↗
(self, min_length: int)

Source from the content-addressed store, hash-verified

54 """
55
56 def __init__(self, min_length: int) -> None:
57 self.min_length = min_length
58
59 def __call__(self, value: str) -> None:
60 if value is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected