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

Method __repr__

github/AdvisoryVulnerability.py:87–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 self._vulnerable_version_range: Attribute[str] = NotSet
86
87 def __repr__(self) -> str:
88 return self.get__repr__({"package": self.package})
89
90 @property
91 def first_patched_version(self) -> str:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected