Searched refs:detect_api_mismatch (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython3/Lib/test/ |
| D | test_support.py | 402 missing_items = support.detect_api_mismatch(self.RefClass, 406 missing_items = support.detect_api_mismatch(self.OtherClass, 413 missing_items = support.detect_api_mismatch( 417 missing_items = support.detect_api_mismatch(
|
| D | test_io.py | 1038 mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase, 1044 mismatch = support.detect_api_mismatch(io.RawIOBase, pyio.RawIOBase)
|
| /external/python/cpython3/Lib/test/support/ |
| D | __init__.py | 1459 def detect_api_mismatch(ref_api, other_api, *, ignore=()): function
|
| /external/python/cpython3/Doc/library/ |
| D | test.rst | 842 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
|