MCPcopy Create free account
hub / github.com/pybind/pybind11 / __exit__

Method __exit__

pybind11/setup_helpers.py:499–500  ·  view source on GitHub ↗
(self, *args: Any)

Source from the content-addressed store, hash-verified

497 return self.install()
498
499 def __exit__(self, *args: Any) -> None:
500 distutils.ccompiler.CCompiler.compile = self._old.pop() # type: ignore[assignment]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected