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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_collections.py475 class MySet(Set): class in function:TestCollectionABCs.test_Set
482 self.validate_comparison(MySet())
515 class MySet(collections.MutableSet): class in function:TestCollectionABCs.test_issue_4920
536 return "MySet(%s)" % repr(list(self))
537 s = MySet([5,43,2,1])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_collections.py475 class MySet(Set): class in function:TestCollectionABCs.test_Set
482 self.validate_comparison(MySet())
515 class MySet(collections.MutableSet): class in function:TestCollectionABCs.test_issue_4920
536 return "MySet(%s)" % repr(list(self))
537 s = MySet([5,43,2,1])

Completed in 20 milliseconds