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

Method get_backoff_time

github/GithubRetry.py:176–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 backoff = retry_backoff
175
176 def get_backoff_time() -> float:
177 return backoff
178
179 self.__log(
180 logging.INFO,

Callers 3

incrementMethod · 0.80
test_incrementMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_incrementMethod · 0.64