MCPcopy 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_classMethod · 0.45
testApiTypeMethod · 0.45

Calls 1

is_graphqlMethod · 0.45

Tested by

no test coverage detected