Lines Matching refs:MyList
1356 y = MyList()
1361 self.assertIsInstance(x, MyList)
1440 self.check_recursive_collection_and_inst(MyList)
1714 x = MyList([1, 2, 3])
1773 copyreg.add_extension(__name__, "MyList", extcode)
1774 x = MyList([1, 2, 3])
1781 self.assertIn(b"MyList", s1)
1790 self.assertNotIn(b"MyList", s2)
2668 class MyList(list):
2683 MyTuple, MyList, MyDict, MySet, MyFrozenSet]
2686 class SlotList(MyList):