Searched refs:import_path (Results 1 – 2 of 2) sorted by relevance
191 def _dot_lookup(thing, comp, import_path): argument195 __import__(import_path)201 import_path = components.pop(0)202 thing = __import__(import_path)205 import_path += ".%s" % comp206 thing = _dot_lookup(thing, comp, import_path)
174 const FilePath& import_path,