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

Method _initAttributes

github/GithubObject.py:501–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

499 )
500
501 def _initAttributes(self) -> None:
502 raise NotImplementedError("BUG: Not Implemented _initAttributes")
503
504 def _useAttributes(self, attributes: Any) -> None:
505 raise NotImplementedError("BUG: Not Implemented _useAttributes")

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected