Lines Matching refs:allow_none
165 def __init__(self, allow_none=False, encoding=None, argument
169 self.allow_none = allow_none
267 allow_none=self.allow_none, encoding=self.encoding)
269 response = dumps(fault, allow_none=self.allow_none,
277 encoding=self.encoding, allow_none=self.allow_none,
600 logRequests=True, allow_none=False, encoding=None, argument
604 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
617 logRequests=True, allow_none=False, encoding=None, argument
620 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none,
623 self.allow_none = allow_none
645 encoding=self.encoding, allow_none=self.allow_none)
655 def __init__(self, allow_none=False, encoding=None, use_builtin_types=False): argument
656 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
937 logRequests=True, allow_none=False, encoding=None, argument
940 allow_none, encoding, bind_and_activate,