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

Method __repr__

github/Event.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self._type: Attribute[str] = NotSet
75
76 def __repr__(self) -> str:
77 return self.get__repr__({"id": self._id.value, "type": self._type.value})
78
79 @property
80 def actor(self) -> github.NamedUser.NamedUser:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected