Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_collections.py280 class SubclassRor(ChainMap): class
293 tmp = ChainMap() | SubclassRor()
294 self.assertIs(type(tmp), SubclassRor)