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