Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ test_url
Method
test_url
github/Hook.py:131–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
129
130
@property
131
def
test_url(self) -> str:
132
self._completeIfNotSet(self._test_url)
133
return
self._test_url.value
134
135
@property
136
def
type(self) -> str:
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
no test coverage detected