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

Method setOnCheckMe

github/Requester.py:330–331  ·  view source on GitHub ↗
(cls, onCheckMe: Callable)

Source from the content-addressed store, hash-verified

328
329 @classmethod
330 def setOnCheckMe(cls, onCheckMe: Callable) -> None:
331 cls.ON_CHECK_ME = onCheckMe
332
333 DEBUG_FLAG = False
334

Callers 1

setUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected