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

Method __repr__

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

Source from the content-addressed store, hash-verified

64 self._uniques: Attribute[int] = NotSet
65
66 def __repr__(self) -> str:
67 return self.get__repr__(
68 {
69 "referrer": self._referrer.value,
70 "count": self._count.value,
71 "uniques": self._uniques.value,
72 }
73 )
74
75 @property
76 def count(self) -> int:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected