Searched refs:magic_methods (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 1658 magic_methods = ( variable 1697 ' '.join([magic_methods, numerics, inplace, right]).split()
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 1710 magic_methods = ( variable 1753 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
|
/external/python/mock/mock/ |
D | mock.py | 1841 magic_methods = ( variable 1893 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 1880 magic_methods = ( variable 1925 ' '.join([magic_methods, numerics, inplace, right]).split()
|