Home | History | Annotate | Download | only in python

Lines Matching refs:_class_to_mock

379     self._class_to_mock = class_to_mock
412 return getattr(self._class_to_mock, name)
423 self._class_to_mock == rhs._class_to_mock and
444 setitem = self._class_to_mock.__dict__.get('__setitem__', None)
475 getitem = self._class_to_mock.__dict__.get('__getitem__', None)
494 callable = self._class_to_mock.__dict__.get('__call__', None)
507 return self._class_to_mock