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

Method resetRequests

tests/Framework.py:189–193  ·  view source on GitHub ↗
(cls, requests: list[RequestResponse])

Source from the content-addressed store, hash-verified

187
188 @classmethod
189 def resetRequests(cls, requests: list[RequestResponse]) -> list[RequestResponse]:
190 try:
191 return cls.__requests
192 finally:
193 cls.__requests = requests
194
195 @classmethod
196 def addRequest(cls, request: RequestResponse):

Callers 1

captureRequestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected