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

Method setCheckAfterInitFlag

github/GithubObject.py:247–248  ·  view source on GitHub ↗
(cls, flag: bool)

Source from the content-addressed store, hash-verified

245
246 @classmethod
247 def setCheckAfterInitFlag(cls, flag: bool) -> None:
248 cls.CHECK_AFTER_INIT_FLAG = flag
249
250 def __init__(
251 self,

Callers 2

setUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected