Searched refs:detect_api_mismatch (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_support.py | 373 missing_items = support.detect_api_mismatch(self.RefClass, 377 missing_items = support.detect_api_mismatch(self.OtherClass, 384 missing_items = support.detect_api_mismatch( 388 missing_items = support.detect_api_mismatch(
|
D | test_io.py | 1019 mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase, 1025 mismatch = support.detect_api_mismatch(io.RawIOBase, pyio.RawIOBase)
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2489 def detect_api_mismatch(ref_api, other_api, *, ignore=()): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1112 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
|