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

Method close

github/Requester.py:216–217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214 return RequestsResponse(r)
215
216 def close(self) -> None:
217 self.session.close()
218
219
220class HTTPRequestsConnectionClass:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected