MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / __exit__

Method __exit__

github/MainClass.py:304–305  ·  view source on GitHub ↗
(self, exc_type: Any, exc_val: Any, exc_tb: Any)

Source from the content-addressed store, hash-verified

302 return self
303
304 def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:
305 self.close()
306
307 @property
308 def requester(self) -> Requester:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected