Home | History | Annotate | Download | only in test

Lines Matching refs:abspath

185         module.__path__ = [os.path.abspath(path) for path in module.__path__]
187 module.__file__ = os.path.abspath(module.__file__)
220 TEMPDIR = os.path.abspath(tempfile.gettempdir())
1536 __file__ = os.path.abspath(__file__)
1539 assert __file__ == os.path.abspath(sys.argv[0])
1545 TEMPDIR = os.path.abspath('build')