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

Emitted when an existing watched file changes size or timestamp.

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