Home
last modified time | relevance | path

Searched refs:DescriptorTypes (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst269 never documented unittest.mock.DescriptorTypes tuple.
/external/pdfium/third_party/pymock/
Dmock.py145 DescriptorTypes = ( variable
2171 if type(spec) in DescriptorTypes:
/external/python/cpython2/Lib/test/
D_mock_backport.py68 DescriptorTypes = ( variable
2123 if type(spec) in DescriptorTypes:
/external/python/mock/mock/
Dmock.py164 DescriptorTypes = ( variable
2303 if type(spec) in DescriptorTypes: