Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ token
Method
token
github/Auth.py:457–460 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
455
456
@property
457
def
token(self) -> str:
458
if
self._is_expired:
459
self._refresh()
460
return
self._token
461
462
def
withRequester(self, requester: Requester) -> AppUserAuth:
463
assert isinstance(requester, Requester), requester
Callers
nothing calls this directly
Calls
1
_refresh
Method · 0.95
Tested by
no test coverage detected