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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
13 DEPRECATION_WARNINGS.extend(
18 _deprecations = [(msg, DeprecationWarning) for msg in DEPRECATION_WARNINGS]
  /external/python/cpython2/Lib/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
13 DEPRECATION_WARNINGS.extend(
18 _deprecations = [(msg, DeprecationWarning) for msg in DEPRECATION_WARNINGS]

Completed in 276 milliseconds