Searched refs:import_file (Results 1 – 4 of 4) sorted by relevance
83 DynLoadSuffixImporter(desc).import_file)605 def import_file(self, filename, finfo, fqname): member in DynLoadSuffixImporter
65 def import_file(full_name: str, path: str) -> Any: function
2328 string import_file; in ParseImport() local2329 DO(ConsumeString(&import_file, in ParseImport()2331 *dependency->Add() = import_file; in ParseImport()2332 location.RecordLegacyImportLocation(containing_file, import_file); in ParseImport()
97 .. method:: DynLoadSuffixImporter.import_file(filename, finfo, fqname)