Searched refs:CustomSet (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_dictviews.py | 97 class CustomSet(set): class 99 return CustomSet(super().intersection(other)) 113 self.assertIs(type(d4.keys() & CustomSet(d3.keys())), set) |
Completed in 1 milliseconds