Exemplo n.º 1
0
 def test_xlist_cast_xset(self):
     xl = XList(['many', 'tom', 'Many'], {'first_attr': 1})
     xs = xl.xset()
     self.assertEqual(type(xs), type(XSet({1, 2})))
Exemplo n.º 2
0
 def test_xlist_cast_xset(self):
     xl = XList(['many', 'tom', 'Many'], {'first_attr': 1})
     xs = xl.xset()
     self.assertEqual(type(xs), type(XSet({1,2})))