Home | History | Annotate | Download | only in mock

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" % comp
1102 thing = _dot_lookup(thing, comp, import_path)