Lines Matching refs:root_dir
97 def __init__(self, root_dir, tree_dir):
99 self.root_dir = root_dir
101 self.rel_dir = os.path.relpath(tree_dir, root_dir)
105 self.rel_header = os.path.relpath(self.header, root_dir)
148 def __init__(self, root_dir):
151 self.root_dir = root_dir
154 self.scan(root_dir)
157 self.observer.schedule(self, root_dir, recursive=True)
184 tree = WorkTree(self.root_dir, scan_dir)
250 directory=server.worktrees.root_dir)