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

Method setDebugFlag

github/Requester.py:326–327  ·  view source on GitHub ↗
(cls, flag: bool)

Source from the content-addressed store, hash-verified

324 # For Debug
325 @classmethod
326 def setDebugFlag(cls, flag: bool) -> None:
327 cls.DEBUG_FLAG = flag
328
329 @classmethod
330 def setOnCheckMe(cls, onCheckMe: Callable) -> None:

Callers 1

setUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected