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

Method added_by

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

Source from the content-addressed store, hash-verified

83
84 @property
85 def added_by(self) -> str:
86 self._completeIfNotSet(self._added_by)
87 return self._added_by.value
88
89 @property
90 def created_at(self) -> datetime:

Callers

nothing calls this directly

Calls 1

_completeIfNotSetMethod · 0.80

Tested by

no test coverage detected