Home
last modified time | relevance | path

Searched refs:auto_spec (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py43 auto_spec = None variable in Typos
2240 with patch(f'{__name__}.Something.meth', auto_spec=True): pass
2242 with patch.object(Foo, 'one', auto_spec=True): pass
2257 f'{__name__}.Something', meth=DEFAULT, auto_spec=True): pass
2265 with patch(f'{__name__}.Something.meth', unsafe=True, auto_spec=True):
2267 with patch.object(Foo, 'one', unsafe=True, auto_spec=True): pass
2273 f'{__name__}.Typos', autospect=True, set_spec=True, auto_spec=True):

Completed in 3 milliseconds