Home
last modified time | relevance | path

Searched refs:pardir (Results 76 - 79 of 79) sorted by relevance

1234

/third_party/python/Lib/test/
H A Dtest_sysconfig.py470 with change_cwd(os.pardir):
/third_party/python/Lib/http/
H A Dserver.py855 if os.path.dirname(word) or word in (os.curdir, os.pardir):
/third_party/python/Lib/
H A Dos.py8 - 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 Dzipfile.py1727 invalid_path_parts = ('', os.path.curdir, os.path.pardir)
2631 if zippath in ('', os.curdir, os.pardir):

Completed in 8 milliseconds

1234