Home | History | Annotate | Download | only in python

Lines Matching full:getattr

222     attr_to_replace = getattr(obj, attr_name)
381 if callable(getattr(class_to_mock, method)):
412 return getattr(self._class_to_mock, name)
1351 d[attr_name] = getattr(base, attr_name)
1372 mox_obj = getattr(self, 'mox', None)