Home
last modified time | relevance | path

Searched refs:allow_none (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSimpleXMLRPCServer.py169 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 …]
Dxmlrpclib.py603 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)
DDocXMLRPCServer.py252 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/
Dtest_xmlrpc.py143 strg = xmlrpclib.dumps(arg1, allow_none=True)