Home | History | Annotate | Download | only in python

Lines Matching full:setitem

444     setitem = self._class_to_mock.__dict__.get('__setitem__', None)
447 if setitem is None: