MCPcopy
hub / github.com/PyGithub/PyGithub / _identity

Method _identity

github/InputGitAuthor.py:63–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61
62 @property
63 def _identity(self) -> dict[str, str]:
64 identity: dict[str, Any] = {
65 "name": self.__name,
66 "email": self.__email,
67 }
68 if is_defined(self.__date):
69 identity["date"] = self.__date
70 return identity

Callers

nothing calls this directly

Calls 1

is_definedFunction · 0.90

Tested by

no test coverage detected