Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
220
class
HTTPRequestsConnectionClass:
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected