MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / resolve

Method resolve

tortoise/expressions.py:74–75  ·  view source on GitHub ↗
(self, resolve_context: ResolveContext)

Source from the content-addressed store, hash-verified

72 self.value = value
73
74 def resolve(self, resolve_context: ResolveContext) -> ResolveResult:
75 return ResolveResult(term=ValueWrapper(self.value))
76
77
78class Connector(Enum):

Callers

nothing calls this directly

Calls 1

ResolveResultClass · 0.85

Tested by

no test coverage detected