MCPcopy
hub / github.com/PyGithub/PyGithub / _ValuedAttribute

Class _ValuedAttribute

github/GithubObject.py:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205class _ValuedAttribute(Attribute[T]):
206 def __init__(self, value: T):
207 self._value = value
208
209 @property
210 def value(self) -> T:
211 return self._value
212
213
214class _BadAttribute(Attribute[T]):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…