MCPcopy
hub / github.com/PyGithub/PyGithub / _makeDictAttribute

Method _makeDictAttribute

github/GithubObject.py:347–348  ·  view source on GitHub ↗
(value: dict[str, Any])

Source from the content-addressed store, hash-verified

345
346 @staticmethod
347 def _makeDictAttribute(value: dict[str, Any]) -> Attribute[dict[str, Any]]:
348 return GithubObject.__makeSimpleAttribute(value, dict)
349
350 @staticmethod
351 def _makeTimestampAttribute(value: int) -> Attribute[datetime]:

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

__makeSimpleAttributeMethod · 0.80

Tested by

no test coverage detected