Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_uuid.py193 badtype = lambda f: self.assertRaises(TypeError, f) function
/external/python/cpython3/Lib/test/
Dtest_uuid.py230 badtype = lambda f: self.assertRaises(TypeError, f) function