![]() |
GT RoboCup SSL
Soccer software, robot firmware
|
Watches the filesytem for changes and executes any registered callbacks. More...
Classes | |
class | FsEventHandler |
Public Member Functions | |
def | __init__ (self, path) |
def | subscribe |
the callback is passed event_type, module_path where event_type is a string with the following possible values: 'modified', 'created', 'deleted' | |
def | unsubscribe |
removes a given subscriber | |
def | root_path (self) |
The directory to watch recursively. | |
def | root_path (self, value) |
Public Attributes | |
root_path | |
Watches the filesytem for changes and executes any registered callbacks.