Lines Matching refs:autospec
1118 spec_set, autospec, new_callable, kwargs argument
1125 if autospec is not None:
1138 self.autospec = autospec
1147 self.autospec, self.new_callable, self.kwargs
1250 autospec, kwargs = self.autospec, self.kwargs
1259 if autospec is False:
1260 autospec = None
1262 if spec is not None and autospec is not None:
1264 if ((spec is not None or autospec is not None) and
1270 if new is DEFAULT and autospec is None:
1333 elif autospec is not None:
1345 if autospec is True:
1346 autospec = original
1348 new = create_autospec(autospec, spec_set=spec_set,
1420 create=False, spec_set=None, autospec=None, argument
1442 spec_set, autospec, new_callable, kwargs
1447 autospec=None, new_callable=None, **kwargs): argument
1482 autospec, new_callable, {}
1488 autospec, new_callable, {}
1497 spec_set=None, autospec=None, new_callable=None, **kwargs argument
1567 spec_set, autospec, new_callable, kwargs