Searched refs:ref_api (Results 1 – 2 of 2) sorted by relevance
1424 def detect_api_mismatch(ref_api, other_api, *, ignore=()): argument1431 missing_items = set(dir(ref_api)) - set(dir(other_api))
842 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())844 Returns the set of attributes, functions or methods of *ref_api* not