Getting Started
Tutorials
Guides
API Reference
Delete old files in temporary Syncopy folder
The location of the temporary folder is stored in syncopy.__storage__.
older_than (int) – Files older than older_than hours will be removed
interactive (bool) – Set to False to remove all (sessions and dangling files) at once without a prompt asking for confirmation
Examples
>>> spy.cleanup()