Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ created_at
Method
created_at
github/RepositoryKey.py:90–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
89
@property
90
def
created_at(self) -> datetime:
91
self._completeIfNotSet(self._created_at)
92
return
self._created_at.value
93
94
@property
95
def
enabled(self) -> bool:
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
no test coverage detected