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