Home
last modified time | relevance | path

Searched defs:py_warnings (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_warnings.py15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings']) variable
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py16 py_warnings = support.import_fresh_module('warnings', blocked=['_warnings']) variable