Lines Matching refs:stripdir
50 invalidation_mode=None, *, stripdir=None,
69 stripdir: part of path to left-strip from source file path
71 after stripdir
77 if ddir is not None and (stripdir is not None or prependdir is not None):
79 "in combination with stripdir or prependdir"))
81 stripdir = dir
109 stripdir=stripdir,
119 stripdir=stripdir, prependdir=prependdir,
127 invalidation_mode=None, *, stripdir=None, prependdir=None,
144 stripdir: part of path to left-strip from source file path
146 after stripdir
152 if ddir is not None and (stripdir is not None or prependdir is not None):
154 "in combination with stripdir or prependdir"))
158 stripdir = os.fspath(stripdir) if stripdir is not None else None
166 if stripdir is not None:
168 stripdir_parts = stripdir.split(os.path.sep)
333 parser.add_argument('-s', metavar='STRIPDIR', dest='stripdir',
402 args.stripdir is not None or args.prependdir is not None
432 stripdir=args.stripdir,
443 stripdir=args.stripdir,