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

Method last_modified_datetime

github/GithubObject.py:476–480  ·  view source on GitHub ↗

:type: datetime

(self)

Source from the content-addressed store, hash-verified

474
475 @property
476 def last_modified_datetime(self) -> datetime | None:
477 """
478 :type: datetime
479 """
480 return self._makeHttpDatetimeAttribute(self.last_modified).value # type: ignore
481
482 def get__repr__(self, params: dict[str, Any]) -> str:
483 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected