| value) |
True orFalse.| params[, methodname[, methodresponse[, encoding[, allow_none]]]]) |
| data[, use_datetime]) |
(params,methodname).params is a tuple of argument;methodnameis a string, orNone if no method name is present in the packet.If the XML-RPC packet represents a fault condition, thisfunction will raise aFault exception.Theuse_datetime flag can be used to cause date/time values to bepresented asdatetime.datetime objects; this is falseby default.Note that even if you call an XML-RPC method withdatetime.date ordatetime.timeobjects, they are converted toDateTime objects internally, so onlydatetime.datetime objects will be returned.Changed in version 2.5:Theuse_datetime flag was added.