Home | History | Annotate | Download | only in test

Lines Matching refs:MyList

767         x = MyList([1, 2, 3])
795 copy_reg.add_extension(__name__, "MyList", extcode)
796 x = MyList([1, 2, 3])
803 self.assertIn("MyList", s1)
813 self.assertNotIn("MyList", s2)
1060 class MyList(list):
1069 MyTuple, MyList, MyDict]
1072 class SlotList(MyList):