MCPcopy
hub / github.com/PyGithub/PyGithub / _makeListOfIntsAttribute

Method _makeListOfIntsAttribute

github/GithubObject.py:425–426  ·  view source on GitHub ↗
(value: list[int])

Source from the content-addressed store, hash-verified

423
424 @staticmethod
425 def _makeListOfIntsAttribute(value: list[int]) -> Attribute:
426 return GithubObject.__makeSimpleListAttribute(value, int)
427
428 @staticmethod
429 def _makeListOfDictsAttribute(value: list[dict[str, str | list[dict[str, str | list[int]]]]]) -> Attribute:

Callers 2

_useAttributesMethod · 0.80
_useAttributesMethod · 0.80

Calls 1

Tested by

no test coverage detected