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

Method __repr__

github/HookDescription.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self._supported_events: Attribute[list[str]] = NotSet
56
57 def __repr__(self) -> str:
58 return self.get__repr__({"name": self._name.value})
59
60 @property
61 def events(self) -> list[str]:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected