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

Method is_graphql

github/GithubObject.py:243–244  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

241
242 @classmethod
243 def is_graphql(cls) -> bool:
244 return False
245
246 @classmethod
247 def setCheckAfterInitFlag(cls, flag: bool) -> None:

Callers 2

is_restMethod · 0.45
testApiTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected