Searched refs:allow_none (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | SimpleXMLRPCServer.py | 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, 586 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument 589 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding) 609 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument 611 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none, 614 self.allow_none = allow_none [all …]
|
D | xmlrpclib.py | 603 def __init__(self, encoding=None, allow_none=0): argument 607 self.allow_none = allow_none 657 if not self.allow_none: 1047 allow_none=0): argument 1083 m = Marshaller(encoding, allow_none) 1539 allow_none=0, use_datetime=0): argument 1560 self.__allow_none = allow_none 1569 allow_none=self.__allow_none)
|
D | DocXMLRPCServer.py | 252 logRequests=1, allow_none=False, encoding=None, argument 255 allow_none, encoding, bind_and_activate)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xmlrpc.py | 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
|