Home
last modified time | relevance | path

Searched refs:_isnotsuite (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dsuite.py97 if _isnotsuite(test):
290 def _isnotsuite(test): function
/external/python/cpython3/Lib/unittest/
Dsuite.py111 if _isnotsuite(test):
308 def _isnotsuite(test): function