mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #22823: Fix typo in unittest/mock.py
This commit is contained in:
parent
49784f4d14
commit
eb1a995a7c
1 changed files with 1 additions and 1 deletions
|
@ -1682,7 +1682,7 @@ _non_defaults = {
|
||||||
'__reduce__', '__reduce_ex__', '__getinitargs__', '__getnewargs__',
|
'__reduce__', '__reduce_ex__', '__getinitargs__', '__getnewargs__',
|
||||||
'__getstate__', '__setstate__', '__getformat__', '__setformat__',
|
'__getstate__', '__setstate__', '__getformat__', '__setformat__',
|
||||||
'__repr__', '__dir__', '__subclasses__', '__format__',
|
'__repr__', '__dir__', '__subclasses__', '__format__',
|
||||||
)
|
}
|
||||||
|
|
||||||
|
|
||||||
def _get_method(name, func):
|
def _get_method(name, func):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue