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

Method resetConnectionClasses

github/Requester.py:310–313  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

308
309 @classmethod
310 def resetConnectionClasses(cls) -> None:
311 cls.__persist = True
312 cls.__httpConnectionClass = HTTPRequestsConnectionClass
313 cls.__httpsConnectionClass = HTTPSRequestsConnectionClass
314
315 @classmethod
316 def injectLogger(cls, logger: logging.Logger) -> None:

Callers 1

tearDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected