Lines Matching refs:root
51 root = os.path.relpath(options.root, _SRC_ROOT)
52 if root != '.':
53 args.extend(('--root', root))
66 for root, _dirnames, filenames in os.walk(directory):
69 yield os.path.join(root, filename)
76 parser.add_argument('--root',
86 'root to the module\'s directory.')
112 options.root = os.path.dirname(options.module)
119 paths = [os.path.relpath(p, options.root) for p in paths_set]