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

Method _makeDecimalAttribute

github/GithubObject.py:335–336  ·  view source on GitHub ↗
(value: Decimal | None)

Source from the content-addressed store, hash-verified

333
334 @staticmethod
335 def _makeDecimalAttribute(value: Decimal | None) -> Attribute[Decimal]:
336 return GithubObject.__makeSimpleAttribute(value, Decimal)
337
338 @staticmethod
339 def _makeFloatAttribute(value: float | None) -> Attribute[float]:

Callers 1

_useAttributesMethod · 0.80

Calls 1

__makeSimpleAttributeMethod · 0.80

Tested by

no test coverage detected