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

Method __init__

src/dotenv/variables.py:30–31  ·  view source on GitHub ↗
(self, value: str)

Source from the content-addressed store, hash-verified

28
29class Literal(Atom):
30 def __init__(self, value: str) -> None:
31 self.value = value
32
33 def __repr__(self) -> str:
34 return f"Literal(value={self.value})"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected