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

Method _makeFloatAttribute

github/GithubObject.py:339–340  ·  view source on GitHub ↗
(value: float | None)

Source from the content-addressed store, hash-verified

337
338 @staticmethod
339 def _makeFloatAttribute(value: float | None) -> Attribute[float]:
340 return GithubObject.__makeSimpleAttribute(value, float)
341
342 @staticmethod
343 def _makeBoolAttribute(value: bool | None) -> Attribute[bool]:

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

__makeSimpleAttributeMethod · 0.80

Tested by

no test coverage detected