Lines Matching refs:root
100 root which cannot be accounted for."""
117 def __init__(self, root, readonly, layouts=None):
120 The "root" parameter is a path to the directory to manage.
125 if not root:
126 raise ValueError("root must not be none")
127 self.root = root
153 cur_full_path = os.path.join(self.root, cur_path)
339 cur_full_path = os.path.join(self.root, cur_path)
357 for dirpath, dirnames, filenames in os.walk(self.root):
360 fp = fp[len(self.root):].lstrip(os.path.sep)