Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dmod.rs17 mod other_api; module
/third_party/python/Lib/test/support/
D__init__.py1424 def detect_api_mismatch(ref_api, other_api, *, ignore=()): argument
1431 missing_items = set(dir(ref_api)) - set(dir(other_api))
/third_party/python/Doc/library/
Dtest.rst842 .. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
845 found on *other_api*, except for a defined list of items to be