Lines Matching refs:directory
400 # Find the base directory for the path.
412 for directory in module.__path__:
413 fullpath = os.path.join(directory, test_path)
422 # Combine the base directory and the test path.
1995 relative to the calling module's directory; but if the
2003 the current working directory).
2009 name of a Python package whose directory should be used as the
2010 base directory for a module relative filename. If no package is
2011 specified, then the calling module's directory is used as the base
2012 directory for module relative filenames. It is an error to
2473 directory; but if the "package" argument is specified, then
2481 or relative (to the current working directory).
2484 A Python package or the name of a Python package whose directory
2485 should be used as the base directory for module relative paths.
2487 directory is used as the base directory for module relative