Beispiel #1
0
 def unwatch(self, storage):
     OBSERVER.unschedule(storage.handler, ".git")
Beispiel #2
0
 def __exit__(self, type, value, traceback):
     OBSERVER.unschedule(self, ".git")
Beispiel #3
0
 def unwatch(self):
     OBSERVER.unschedule(self, self._abs_root_dir).stop()