Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_support.py405 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(
Dtest_io.py1054 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__.py1551 def detect_api_mismatch(ref_api, other_api, *, ignore=()): function
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst858 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())