Home
last modified time | relevance | path

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

12

/external/python/cpython2/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,
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
[all …]
Dxmlrpclib.py609 def __init__(self, encoding=None, allow_none=0): argument
613 self.allow_none = allow_none
663 if not self.allow_none:
1056 allow_none=0): argument
1092 m = Marshaller(encoding, allow_none)
1563 allow_none=0, use_datetime=0, context=None): argument
1587 self.__allow_none = allow_none
1596 allow_none=self.__allow_none)
DDocXMLRPCServer.py252 logRequests=1, allow_none=False, encoding=None, argument
255 allow_none, encoding, bind_and_activate)
/external/python/cpython3/Lib/xmlrpc/
Dserver.py165 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
[all …]
Dclient.py479 def __init__(self, encoding=None, allow_none=False): argument
483 self.allow_none = allow_none
533 if not self.allow_none:
939 allow_none=False): argument
973 m = Marshaller(encoding, allow_none)
1419 allow_none=False, use_datetime=False, use_builtin_types=False, argument
1445 self.__allow_none = allow_none
1454 allow_none=self.__allow_none).encode(self.__encoding, 'xmlcharrefreplace')
/external/autotest/site_utils/rpm_control_system/
Dfrontend_server_unittest.py42 allow_none=True).AndReturn(self.xmlrpc_mock)
123 allow_none=True).AndReturn(
150 mox.IgnoreArg(), allow_none=True).MultipleTimes(3).AndReturn(
Dfrontend_server.py180 client = xmlrpclib.ServerProxy(dispatcher_uri, allow_none=True)
213 dispatcher_entry[DISPATCHER_URI], allow_none=True)
399 server = MultiThreadedXMLRPCServer((address, port), allow_none=True)
Drpm_client.py74 allow_none=True)
Drpm_dispatcher.py237 allow_none=True)
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py197 def get_start_method(self, allow_none=False): argument
249 def get_start_method(self, allow_none=False): argument
251 if allow_none:
/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils.py75 allow_none=False, argument
78 if allow_none and input_data is None:
86 allowed_args = '`None`, ' if allow_none else ''
/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst27 .. class:: SimpleXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_an…
35 will turn off logging. The *allow_none* and *encoding* parameters are passed
43 The *allow_none* and *encoding* parameters were added.
49 .. class:: CGIXMLRPCRequestHandler([allow_none[, encoding]])
52 *allow_none* and *encoding* parameters are passed on to :mod:`xmlrpclib` and
58 The *allow_none* and *encoding* parameters were added.
Dxmlrpclib.rst42 .. class:: ServerProxy(uri[, transport[, encoding[, verbose[, allow_none[, use_datetime[, context]]…
53 If *allow_none* is true, the Python constant ``None`` will be translated into
112 | | *allow_none* is true. |
537 .. function:: dumps(params[, methodname[, methodresponse[, encoding[, allow_none]]]])
545 it via an extension, provide a true value for *allow_none*.
Ddocxmlrpcserver.rst23 .. class:: DocXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_…
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dtext_vectorization.py270 allow_none=True,
279 allow_none=True,
288 allow_none=True)
/external/autotest/server/hosts/
Drpc_server_tracker.py185 rpc_url, timeout=request_timeout_seconds, allow_none=True)
187 proxy = six.moves.xmlrpc_client.ServerProxy(rpc_url, allow_none=True)
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst28 logRequests=True, allow_none=False, encoding=None,\
37 will turn off logging. The *allow_none* and *encoding* parameters are passed
51 .. class:: CGIXMLRPCRequestHandler(allow_none=False, encoding=None,\
55 *allow_none* and *encoding* parameters are passed on to :mod:`xmlrpc.client`
366 logRequests=True, allow_none=False, encoding=None,\
Dxmlrpc.client.rst36 allow_none=False, use_datetime=False, \
48 If *allow_none* is true, the Python constant ``None`` will be translated into
125 | | *allow_none* is true. |
528 .. function:: dumps(params, methodname=None, methodresponse=None, encoding=None, allow_none=False)
536 it via an extension, provide a true value for *allow_none*.
Dmultiprocessing.rst1021 .. function:: get_start_method(allow_none=False)
1025 If the start method has not been fixed and *allow_none* is false,
1027 returned. If the start method has not been fixed and *allow_none*
/external/autotest/client/cros/multimedia/
Dmultimedia_xmlrpc_server.py135 allow_none=True)
/external/autotest/client/cros/
Dxmlrpc_server.py126 (host, port), allow_none=True)
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py82 allow_none=True)
/external/autotest/client/cros/chameleon/
Dchameleon.py163 chameleond_proxy = six.moves.xmlrpc_client.ServerProxy(remote, allow_none=True)
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py181 strg = xmlrpclib.dumps(arg1, allow_none=True)
1447 allow_none=True, encoding=None, use_builtin_types=True)
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py145 strg = xmlrpclib.dumps(arg1, allow_none=True)

12