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

Method isRateLimitError

github/Requester.py:967–968  ·  view source on GitHub ↗
(cls, message: str)

Source from the content-addressed store, hash-verified

965
966 @classmethod
967 def isRateLimitError(cls, message: str) -> bool:
968 return cls.isPrimaryRateLimitError(message) or cls.isSecondaryRateLimitError(message)
969
970 @classmethod
971 def isPrimaryRateLimitError(cls, message: str) -> bool:

Callers 3

createExceptionMethod · 0.80
incrementMethod · 0.80
testIsRateLimitErrorMethod · 0.80

Calls 2

Tested by

no test coverage detected