Searched refs:detect_api_mismatch (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_support.py | 405 missing_items = support.detect_api_mismatch(self.RefClass, 409 missing_items = support.detect_api_mismatch(self.OtherClass, 416 missing_items = support.detect_api_mismatch( 420 missing_items = support.detect_api_mismatch(
|
D | test_io.py | 1054 mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase, 1060 mismatch = support.detect_api_mismatch(io.RawIOBase, pyio.RawIOBase)
|
/aosp_15_r20/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1551 def detect_api_mismatch(ref_api, other_api, *, ignore=()): function
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | test.rst | 858 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
|