HomeSort by relevance Sort by last modified time
    Searched refs:detect_api_mismatch (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_support.py 310 missing_items = support.detect_api_mismatch(self.RefClass,
314 missing_items = support.detect_api_mismatch(self.OtherClass,
321 missing_items = support.detect_api_mismatch(
325 missing_items = support.detect_api_mismatch(
test_io.py 922 mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase,
928 mismatch = support.detect_api_mismatch(io.RawIOBase, pyio.RawIOBase)
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 92 "anticipate_failure", "load_package_tests", "detect_api_mismatch",
2309 def detect_api_mismatch(ref_api, other_api, *, ignore=()): function
    [all...]

Completed in 358 milliseconds