Lines Matching refs:allow_none
169 def __init__(self, allow_none=False, encoding=None): argument
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument
592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)
612 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument
614 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none,
617 self.allow_none = allow_none
638 encoding=self.encoding, allow_none=self.allow_none)
644 def __init__(self, allow_none=False, encoding=None): argument
645 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding)