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

Method _useAttributes

github/StatsParticipation.py:73–77  ·  view source on GitHub ↗
(self, attributes: dict[str, Any])

Source from the content-addressed store, hash-verified

71 return self._owner.value
72
73 def _useAttributes(self, attributes: dict[str, Any]) -> None:
74 if "all" in attributes: # pragma no branch
75 self._all = self._makeListOfIntsAttribute(attributes["all"])
76 if "owner" in attributes: # pragma no branch
77 self._owner = self._makeListOfIntsAttribute(attributes["owner"])

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected