mini_apps.reloader

class mini_apps.reloader.Reloader(paths, globs=['**/*.py', '*/*.json'], polling_interval=1)

Bases: LogSource

Utility to reload scripts when the sources change

async watch()

Coroutine returning True if the files have changed on disk

watched_files()

Generator returing all files being watched