value) |
True
or False
.
params[, methodname[, methodresponse[, encoding[, allow_none]]]]) |
data[, use_datetime]) |
(params, methodname)
. params is a tuple of argument; methodname
is a string, or None
if no method name is present in the packet.
If the XML-RPC packet represents a fault condition, this
function will raise a Fault exception.
The use_datetime flag can be used to cause date/time values to be
presented as datetime.datetime objects; this is false
by default.
Note that even if you call an XML-RPC method with
datetime.date or datetime.time
objects, they are converted to DateTime objects internally, so only
datetime.datetime objects will be returned.
Changed in version 2.5: The use_datetime flag was added.
See About this document... for information on suggesting changes.