Lines Matching refs:seps
78 seps = b'\\/'
82 seps = '\\/'
90 if p_path and p_path[0] in seps:
105 if result_path and result_path[-1] not in seps:
109 if (result_path and result_path[0] not in seps and
205 seps = _get_bothseps(p)
209 while i and p[i-1] not in seps:
213 head = head.rstrip(seps) or head
285 seps = _get_bothseps(path)
288 if root and root[0] in seps:
289 return (not rest) or (rest in seps)
290 if rest in seps:
294 return path.rstrip(seps) == _getvolumepathname(path).rstrip(seps)