Home
last modified time | relevance | path

Searched refs:other_api (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/support/
D__init__.py2489 def detect_api_mismatch(ref_api, other_api, *, ignore=()): argument
2496 missing_items = set(dir(ref_api)) - set(dir(other_api))
/external/python/cpython3/Doc/library/
Dtest.rst1112 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
1115 found on *other_api*, except for a defined list of items to be