(self)
| 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: |
nothing calls this directly
no test coverage detected