Lines Matching refs:file
234 """Searches for the directory where a given file is located,
236 if the file couldn't be found at all.
238 'filename' is the name of a file, such as readline.h or libcrypto.a.
240 file is found in one of them, no additional directives are needed.
241 'paths' is a list of additional locations to check; if the file is
440 # re-compile extensions if a header file has been changed
874 # if a file is found in one of those directories, it can
890 with open(config_h) as file:
891 self.config_h_vars = sysconfig.parse_config_h(file)
1024 # Test loading multiple modules from one compiled file (https://bugs.python.org/issue16421)
1448 print('Header file {} does not exist'.format(ffi_h))
1518 # Customize subcommands to not install an egg-info file for Python