Searched refs:ref_api (Results 1 – 5 of 5) sorted by relevance
386 char const * const * ref_api, in init_api() argument396 if (ref_api) { in init_api()397 char const * ref_name = *ref_api; in init_api()400 ref_api++; in init_api()449 if (ref_api) ref_api++; in init_api()
63 const char* const* ref_api,
164 ref_api = [i.strip() for i in f] variable172 any(f"{prefix}.{name}" in ref_api for prefix in prefixes) or name in ref_api
1551 def detect_api_mismatch(ref_api, other_api, *, ignore=()): argument1558 missing_items = set(dir(ref_api)) - set(dir(other_api))
858 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())860 Returns the set of attributes, functions or methods of *ref_api* not