MCPcopy Create free account
hub / github.com/pyathena-dev/PyAthena / modified

Method modified

pyathena/filesystem/s3.py:1729–1731  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

1727 return self.modified(path)
1728
1729 def modified(self, path: str) -> datetime:
1730 info = self.info(path)
1731 return cast(datetime, info.get("last_modified"))
1732
1733 def invalidate_cache(self, path: str | None = None) -> None:
1734 if path is None:

Callers 1

createdMethod · 0.95

Calls 2

infoMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected