Home | History | Annotate | Download | only in Lib

Lines Matching full:pathsep

12   - os.pathsep is the component separator used in $PATH etc
32 __all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
92 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
648 return path_list.split(pathsep)