MCPcopy Create free account
hub / github.com/pathwaycom/pathway / resolve_variable

Method resolve_variable

python/pathway/internals/yaml_loader.py:163–167  ·  view source on GitHub ↗
(self, v: Variable)

Source from the content-addressed store, hash-verified

161 raise KeyError(f"variable {v} is not defined")
162
163 def resolve_variable(self, v: Variable) -> object:
164 res = self._resolve_variable(v)
165 self.context[v] = res
166 self.done[id(res)] = res
167 return res
168
169 def __enter__(self) -> Self:
170 return self

Callers 2

resolveMethod · 0.95
_resolve_variableMethod · 0.80

Calls 1

_resolve_variableMethod · 0.95

Tested by

no test coverage detected