You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageList has a method to load many image files at once. It gets a list of file paths (strings). file_mtime should be able to handle this list of strings.
Desired solution
Return a tuple of last modified times.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
Closes#88
### Summary of Changes
`file_mtime` and `absolute_path` can now work with a list of strings as
well as a single string. This is needed for function like
`ImageList.from_files` that accept multiple paths.
For now, order matters. Specifying the same paths in a different order
leads to a different memoization key.
Is your feature request related to a problem?
ImageList
has a method to load many image files at once. It gets a list of file paths (strings).file_mtime
should be able to handle this list of strings.Desired solution
Return a tuple of last modified times.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: