Home | History | Annotate | Download | only in test

Lines Matching full:arg1

142         arg1 = (alist + [None],)
143 strg = xmlrpclib.dumps(arg1, allow_none=True)
146 self.assertRaises(TypeError, xmlrpclib.dumps, (arg1,))