Searched refs:test_keywords_in_subclass (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ | ||
D | test_list.py | 49 def test_keywords_in_subclass(self): member in ListTest |
D | test_tuple.py | 45 def test_keywords_in_subclass(self): member in TupleTest |
D | test_set.py | 650 def test_keywords_in_subclass(self): member in TestSetSubclass |
D | test_float.py | 255 def test_keywords_in_subclass(self): member in GeneralFloatCases |
D | test_itertools.py | 2265 def test_keywords_in_subclass(self): member in SubclassWithKwargsTest |
/aosp_15_r20/external/python/cpython2/Lib/test/ | ||
D | test_set.py | 599 def test_keywords_in_subclass(self): member in TestSetSubclassWithKeywordArgs |
D | test_itertools.py | 1549 def test_keywords_in_subclass(self): member in SubclassWithKwargsTest |