Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ addRequest
Method
addRequest
tests/Framework.py:196–197 ·
view source on GitHub ↗
(cls, request: RequestResponse)
Source
from the content-addressed store, hash-verified
194
195
@classmethod
196
def
addRequest(cls, request: RequestResponse):
197
cls.__requests.append(request)
198
199
200
class
RecordingConnection(Connection):
Callers
2
getresponse
Method · 0.80
__request_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected