Searched defs:altsep (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | ntpath.py | 30 altsep = '/' variable |
D | genericpath.py | 93 def _splitext(p, sep, altsep, extsep): argument |
D | os2emxpath.py | 27 altsep = '\\' variable |
D | macpath.py | 24 altsep = None variable |
D | posixpath.py | 36 altsep = None variable |
/external/python/cpython3/Lib/ | ||
D | genericpath.py | 117 def _splitext(p, sep, altsep, extsep): argument |
D | macpath.py | 12 altsep = None variable |
D | ntpath.py | 16 altsep = '/' variable |
D | posixpath.py | 22 altsep = None variable |
D | pathlib.py | 123 altsep = '/' variable in _WindowsFlavour |
/external/python/cpython2/Lib/plat-riscos/ | ||
D | riscospath.py | 22 altsep = None variable |