accessed_time(name)
[source]
Returns a naive datetime
object containing the last accessed time of the file. For storage systems that aren’t able to return the last accessed time this will raise NotImplementedError
instead.
Deprecated since version 1.10: Use get_accessed_time()
instead.
Please login to continue.