Home
last modified time | relevance | path

Searched refs:import_file (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dimputil.py83 DynLoadSuffixImporter(desc).import_file)
605 def import_file(self, filename, finfo, fqname): member in DynLoadSuffixImporter
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py65 def import_file(full_name: str, path: str) -> Any: function
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc2328 string import_file; in ParseImport() local
2329 DO(ConsumeString(&import_file, in ParseImport()
2331 *dependency->Add() = import_file; in ParseImport()
2332 location.RecordLegacyImportLocation(containing_file, import_file); in ParseImport()
/external/python/cpython2/Doc/library/
Dimputil.rst97 .. method:: DynLoadSuffixImporter.import_file(filename, finfo, fqname)