klyn.io.FileWatcher.updated
field
public event updated as FileWatcherEvent
Description

Emitted when an existing watched file changes size or timestamp.

updated is the preferred name; modified remains available as a compatibility alias and receives the same payload.

watcher.updated += lambda(e: FileWatcherEvent): print(e.size)