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

Method _useAttributes

github/GithubObject.py:504–505  ·  view source on GitHub ↗
(self, attributes: Any)

Source from the content-addressed store, hash-verified

502 raise NotImplementedError("BUG: Not Implemented _initAttributes")
503
504 def _useAttributes(self, attributes: Any) -> None:
505 raise NotImplementedError("BUG: Not Implemented _useAttributes")
506
507
508class GraphQlObject:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected