Home
last modified time | relevance | path

Searched refs:CustomSet (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_dictviews.py97 class CustomSet(set): class
99 return CustomSet(super().intersection(other))
113 self.assertIs(type(d4.keys() & CustomSet(d3.keys())), set)

Completed in 1 milliseconds