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

Method __repr__

github/EnterpriseConsumedLicenses.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self._total_seats_purchased: Attribute[int] = NotSet
68
69 def __repr__(self) -> str:
70 return self.get__repr__({"enterprise": self._enterprise.value})
71
72 @property
73 def enterprise(self) -> str:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected