MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / last_used

Method last_used

github/RepositoryKey.py:110–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108
109 @property
110 def last_used(self) -> datetime:
111 self._completeIfNotSet(self._last_used)
112 return self._last_used.value
113
114 @property
115 def read_only(self) -> bool:

Callers

nothing calls this directly

Calls 1

_completeIfNotSetMethod · 0.80

Tested by

no test coverage detected