Home | History | Annotate | Download | only in xmlrpc

Lines Matching full:marshal

37 # 2001-11-12 fl  Use repr() to marshal doubles (from Paul Felix)
514 raise TypeError("cannot marshal %s objects" % type(value))
516 # because we don't know how to marshal these types
520 raise TypeError("cannot marshal %s objects" % type(value))
528 raise TypeError("cannot marshal None unless allow_none is enabled")
572 raise TypeError("cannot marshal recursive sequences")
586 raise TypeError("cannot marshal recursive dictionaries")