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

Method __init__

tortoise/expressions.py:71–72  ·  view source on GitHub ↗
(self, value: Any)

Source from the content-addressed store, hash-verified

69 """
70
71 def __init__(self, value: Any) -> None:
72 self.value = value
73
74 def resolve(self, resolve_context: ResolveContext) -> ResolveResult:
75 return ResolveResult(term=ValueWrapper(self.value))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected