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

Method __repr__

src/dotenv/variables.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self.value = value
32
33 def __repr__(self) -> str:
34 return f"Literal(value={self.value})"
35
36 def __eq__(self, other: object) -> bool:
37 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected