Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py42 autospect = None variable in Typos
2236 with patch(f'{__name__}.Something.meth', autospect=True): pass
2238 with patch.object(Foo, 'one', autospect=True): pass
2254 f'{__name__}.Something', meth=DEFAULT, autospect=True): pass
2262 with patch(f'{__name__}.Something.meth', unsafe=True, autospect=True):
2264 with patch.object(Foo, 'one', unsafe=True, autospect=True): pass
2273 f'{__name__}.Typos', autospect=True, set_spec=True, auto_spec=True):

Completed in 3 milliseconds