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

Method _makeListOfDictsAttribute

github/GithubObject.py:429–430  ·  view source on GitHub ↗
(value: list[dict[str, str | list[dict[str, str | list[int]]]]])

Source from the content-addressed store, hash-verified

427
428 @staticmethod
429 def _makeListOfDictsAttribute(value: list[dict[str, str | list[dict[str, str | list[int]]]]]) -> Attribute:
430 return GithubObject.__makeSimpleListAttribute(value, dict)
431
432 @staticmethod
433 def _makeListOfListOfStringsAttribute(

Callers 7

_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