Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyathena-dev/PyAthena
/ created
Method
created
pyathena/filesystem/s3.py:1726–1727 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
1724
future.result()
1725
1726
def
created(self, path: str) -> datetime:
1727
return
self.modified(path)
1728
1729
def
modified(self, path: str) -> datetime:
1730
info = self.info(path)
Callers
nothing calls this directly
Calls
1
modified
Method · 0.95
Tested by
no test coverage detected