MCPcopy
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

_completeIfNotSetMethod · 0.80

Tested by

no test coverage detected