Lines Matching refs:comp
1087 def _dot_lookup(thing, comp, import_path):1089 return getattr(thing, comp)1092 return getattr(thing, comp)1100 for comp in components:1101 import_path += ".%s" % comp1102 thing = _dot_lookup(thing, comp, import_path)