Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2309ed8 commit aa8ec7eCopy full SHA for aa8ec7e
1 file changed
Lib/unittest/mock.py
@@ -1350,8 +1350,6 @@ def patch(
1350
spec_set=None, autospec=None, new_callable=None, **kwargs
1351
):
1352
"""
1353
- `patch` acts as a function decorator, class decorator or a context
1354
-
1355
`patch` acts as a function decorator, class decorator or a context
1356
manager. Inside the body of the function or with statement, the `target`
1357
is patched with a `new` object. When the function/with statement exits
0 commit comments