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

Method __repr__

github/GitignoreTemplate.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self._url: Attribute[str] = NotSet
65
66 def __repr__(self) -> str:
67 return self.get__repr__({"name": self._name.value})
68
69 @property
70 def name(self) -> str:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected