Home | History | Annotate | Download | only in python

Lines Matching refs:_methods

1212     self._methods = []
1221 self._methods.append(mock_method)
1241 for method in self._methods:
1247 self._methods.remove(mock_method)
1260 return len(self._methods) == 0
1273 self._methods = set()
1283 self._methods.add(mock_method)
1304 for method in self._methods:
1323 tmp = self._methods.copy()