Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ __repr__
Method
__repr__
github/CheckRunAnnotation.py:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
self._title: Attribute[str] = NotSet
69
70
def
__repr__(self) -> str:
71
return
self.get__repr__({
"title"
: self._title.value})
72
73
@property
74
def
annotation_level(self) -> str:
Callers
nothing calls this directly
Calls
1
get__repr__
Method · 0.80
Tested by
no test coverage detected