Lines Matching refs:autospec
1251 spec_set, autospec, new_callable, kwargs argument
1258 if autospec is not None:
1271 self.autospec = autospec
1280 self.autospec, self.new_callable, self.kwargs
1387 autospec, kwargs = self.autospec, self.kwargs
1396 if autospec is False:
1397 autospec = None
1399 if spec is not None and autospec is not None:
1401 if ((spec is not None or autospec is not None) and
1407 if new is DEFAULT and autospec is None:
1474 elif autospec is not None:
1486 if autospec is True:
1487 autospec = original
1489 new = create_autospec(autospec, spec_set=spec_set,
1570 create=False, spec_set=None, autospec=None, argument
1593 spec_set, autospec, new_callable, kwargs
1598 autospec=None, new_callable=None, **kwargs): argument
1633 autospec, new_callable, {}
1639 autospec, new_callable, {}
1648 spec_set=None, autospec=None, new_callable=None, **kwargs argument
1720 spec_set, autospec, new_callable, kwargs