Home
last modified time | relevance | path

Searched defs:check_no_resource_warning (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_logging.py1160 check_no_resource_warning = support.check_no_resource_warning variable in ConfigFileTest
2138 check_no_resource_warning = support.check_no_resource_warning variable in ConfigDictTest
Dtest_os.py3358 check_no_resource_warning = support.check_no_resource_warning variable in TestScandir
/external/python/cpython3/Lib/test/support/
D__init__.py1249 def check_no_resource_warning(testcase): function