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

Method _identity

github/InputFileContent.py:56–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55 @property
56 def _identity(self) -> dict[str, str]:
57 identity: dict[str, Any] = {
58 "content": self.__content,
59 }
60 if is_defined(self.__newName):
61 identity["filename"] = self.__newName
62 return identity

Callers

nothing calls this directly

Calls 1

is_definedFunction · 0.90

Tested by

no test coverage detected