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

Method new

github/GithubRetry.py:88–90  ·  view source on GitHub ↗
(self, **kw: Any)

Source from the content-addressed store, hash-verified

86 super().__init__(**kwargs)
87
88 def new(self, **kw: Any) -> Self:
89 kw.update(dict(secondary_rate_wait=self.secondary_rate_wait))
90 return super().new(**kw) # type: ignore
91
92 def increment( # type: ignore[override]
93 self,

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected