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

Method __repr__

github/Repository.py:469–472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

467 self._web_commit_signoff_required: Attribute[bool] = NotSet
468
469 def __repr__(self) -> str:
470 if is_defined(self._full_name) or is_undefined(self._id):
471 return self.get__repr__({"full_name": self._full_name.value})
472 return self.get__repr__({"id": self._id.value})
473
474 @property
475 def _identity(self) -> str:

Callers

nothing calls this directly

Calls 3

is_definedFunction · 0.90
is_undefinedFunction · 0.90
get__repr__Method · 0.80

Tested by

no test coverage detected