Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ __init__
Method
__init__
github/Auth.py:524–528 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
522
""
"
523
524
def
__init__(self) -> None:
525
super().__init__()
526
527
self._login: str | None = None
528
self._password: str | None = None
529
530
@property
531
def
username(self) -> str:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected