MCPcopy
hub / github.com/PyGithub/PyGithub / _makeListOfStringsAttribute

Method _makeListOfStringsAttribute

github/GithubObject.py:421–422  ·  view source on GitHub ↗
(value: list[list[str]] | list[str] | list[str | int])

Source from the content-addressed store, hash-verified

419
420 @staticmethod
421 def _makeListOfStringsAttribute(value: list[list[str]] | list[str] | list[str | int]) -> Attribute:
422 return GithubObject.__makeSimpleListAttribute(value, str)
423
424 @staticmethod
425 def _makeListOfIntsAttribute(value: list[int]) -> Attribute:

Callers 15

_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80
_useAttributesMethod · 0.80

Calls 1

Tested by

no test coverage detected