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

Method _useAttributes

github/StatsCodeFrequency.py:77–80  ·  view source on GitHub ↗
(self, attributes: tuple[int, int, int])

Source from the content-addressed store, hash-verified

75 return self._week.value
76
77 def _useAttributes(self, attributes: tuple[int, int, int]) -> None:
78 self._week = self._makeTimestampAttribute(attributes[0])
79 self._additions = self._makeIntAttribute(attributes[1])
80 self._deletions = self._makeIntAttribute(attributes[2])

Callers

nothing calls this directly

Calls 2

_makeIntAttributeMethod · 0.80

Tested by

no test coverage detected