Searched refs:pardir (Results 76 - 79 of 79) sorted by relevance
1234
/third_party/python/Lib/test/ |
H A D | test_sysconfig.py | 470 with change_cwd(os.pardir):
|
/third_party/python/Lib/http/ |
H A D | server.py | 855 if os.path.dirname(word) or word in (os.curdir, os.pardir):
|
/third_party/python/Lib/ |
H A D | os.py | 8 - os.pardir is a string representing the parent directory (always '..') 36 __all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep", 96 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
|
H A D | zipfile.py | 1727 invalid_path_parts = ('', os.path.curdir, os.path.pardir) 2631 if zippath in ('', os.curdir, os.pardir):
|
Completed in 8 milliseconds
1234