Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_rest
Method · 0.45
testApiType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected