MCPcopy
hub / github.com/PyGithub/PyGithub / _makeBoolAttribute

Method _makeBoolAttribute

github/GithubObject.py:343–344  ·  view source on GitHub ↗
(value: bool | None)

Source from the content-addressed store, hash-verified

341
342 @staticmethod
343 def _makeBoolAttribute(value: bool | None) -> Attribute[bool]:
344 return GithubObject.__makeSimpleAttribute(value, bool)
345
346 @staticmethod
347 def _makeDictAttribute(value: dict[str, Any]) -> Attribute[dict[str, Any]]:

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