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

Method __repr__

github/RepositoryKey.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 self._verified: Attribute[bool] = NotSet
80
81 def __repr__(self) -> str:
82 return self.get__repr__({"id": self._id.value, "title": self._title.value})
83
84 @property
85 def added_by(self) -> str:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected