MCPcopy Create free account
hub / github.com/theskumar/python-dotenv / resolve

Method resolve

src/dotenv/variables.py:44–45  ·  view source on GitHub ↗
(self, env: Mapping[str, Optional[str]])

Source from the content-addressed store, hash-verified

42 return hash((self.__class__, self.value))
43
44 def resolve(self, env: Mapping[str, Optional[str]]) -> str:
45 return self.value
46
47
48class Variable(Atom):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected