Home
last modified time | relevance | path

Searched refs:PollingWatchableFS (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dtest_watch.py54 if isinstance(self.watchfs,PollingWatchableFS):
102 if not isinstance(self.watchfs,PollingWatchableFS):
/dports/devel/py-fs/fs-0.5.4/fs/
H A Dwatch.py460 class PollingWatchableFS(WatchableFS): class
470 super(PollingWatchableFS,self).__init__(wrapped_fs)
484 super(PollingWatchableFS,self).close()
586 def ensure_watchable(fs,wrapper_class=PollingWatchableFS,*args,**kwds):