MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / __repr__

Method __repr__

python/paddle/utils/environments.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 del os.environ[self.name]
67
68 def __repr__(self) -> str:
69 return f"Env({self.name}={self.get()!r})"
70
71
72class StringEnvironmentVariable(EnvironmentVariable[str]):

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected