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

Method __exit__

python/paddle/utils/environments.py:154–155  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

152 return self
153
154 def __exit__(self, exc_type, exc_value, traceback) -> None:
155 self.variable.set(self.original_value)

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected