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

Method close

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

Source from the content-addressed store, hash-verified

278 return RequestsResponse(r)
279
280 def close(self) -> None:
281 self.session.close()
282
283
284class Requester:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected