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