MCPcopy 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
200class RecordingConnection(Connection):

Callers 2

getresponseMethod · 0.80
__request_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected