Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ is_rest
Method
is_rest
github/GithubObject.py:239–240 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
237
238
@classmethod
239
def
is_rest(cls) -> bool:
240
return
not cls.is_graphql()
241
242
@classmethod
243
def
is_graphql(cls) -> bool:
Callers
2
data_as_class
Method · 0.45
testApiType
Method · 0.45
Calls
1
is_graphql
Method · 0.45
Tested by
no test coverage detected