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