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

Method __repr__

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

Source from the content-addressed store, hash-verified

51 self.default = default
52
53 def __repr__(self) -> str:
54 return f"Variable(name={self.name}, default={self.default})"
55
56 def __eq__(self, other: object) -> bool:
57 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected