Loading ccnode/tags.py +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ class Tag(object): def stop(self): if self.watcher is not None: self.watcher.stop() self.watcher = None def tag_inspector(mod, parent=None): Loading Loading
ccnode/tags.py +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ class Tag(object): def stop(self): if self.watcher is not None: self.watcher.stop() self.watcher = None def tag_inspector(mod, parent=None): Loading