Lines Matching refs:path
267 If 'plat_specific' is false (the default), this is the path to the
269 otherwise, this is the path to platform-specific header files
287 incdir = os.path.join(get_config_var('srcdir'), 'Include')
288 return os.path.normpath(incdir)
290 return os.path.join(prefix, "include", python_dir)
295 return (os.path.join(prefix, "include") + os.path.pathsep +
296 os.path.join(prefix, "PC"))
297 return os.path.join(prefix, "include")
332 libpython = os.path.join(prefix, libdir,
337 return os.path.join(libpython, "site-packages")
340 return os.path.join(prefix, "Lib")
342 return os.path.join(prefix, "Lib", "site-packages")