/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 581 bind_and_activate=True, use_builtin_types=False): argument 585 socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate) 598 bind_and_activate=True, use_builtin_types=False): argument 601 encoding, bind_and_activate, use_builtin_types) 930 bind_and_activate=True, use_builtin_types=False): argument 932 allow_none, encoding, bind_and_activate,
|
/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument 593 SocketServer.TCPServer.__init__(self, addr, requestHandler, bind_and_activate) 612 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument 615 encoding, bind_and_activate)
|
D | DocXMLRPCServer.py | 253 bind_and_activate=True): argument 255 allow_none, encoding, bind_and_activate)
|
D | SocketServer.py | 410 def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True): argument 415 if bind_and_activate:
|
/external/python/cpython3/Lib/ |
D | socketserver.py | 446 def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True): argument 451 if bind_and_activate:
|
/external/python/cpython2/Doc/library/ |
D | simplexmlrpcserver.rst | 27 …leXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_activate]]]]) 37 from the server. The *bind_and_activate* parameter controls whether 46 The *bind_and_activate* parameter was added.
|
D | socketserver.rst | 22 .. class:: TCPServer(server_address, RequestHandlerClass, bind_and_activate=True) 26 If *bind_and_activate* is true, the constructor automatically attempts to 32 .. class:: UDPServer(server_address, RequestHandlerClass, bind_and_activate=True) 39 .. class:: UnixStreamServer(server_address, RequestHandlerClass, bind_and_activate=True) 40 UnixDatagramServer(server_address, RequestHandlerClass, bind_and_activate=True)
|
D | docxmlrpcserver.rst | 23 …XMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_activate]]]]])
|
/external/python/cpython3/Doc/library/ |
D | socketserver.rst | 16 .. class:: TCPServer(server_address, RequestHandlerClass, bind_and_activate=True) 20 If *bind_and_activate* is true, the constructor automatically attempts to 26 .. class:: UDPServer(server_address, RequestHandlerClass, bind_and_activate=True) 33 .. class:: UnixStreamServer(server_address, RequestHandlerClass, bind_and_activate=True) 34 UnixDatagramServer(server_address, RequestHandlerClass, bind_and_activate=True)
|
D | xmlrpc.server.rst | 29 bind_and_activate=True, use_builtin_types=False) 39 from the server. The *bind_and_activate* parameter controls whether 324 bind_and_activate=True, use_builtin_types=True)
|
/external/python/cpython2/Lib/test/ |
D | test_xmlrpc.py | 340 logRequests=False, bind_and_activate=False) 400 logRequests=False, bind_and_activate=False)
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 524 logRequests=False, bind_and_activate=False) 588 logRequests=False, bind_and_activate=False)
|
D | test_logging.py | 887 bind_and_activate=True): argument 893 bind_and_activate) 918 bind_and_activate=True): argument 935 bind_and_activate)
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2610 their socket by passing True as the ``bind_and_activate``
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2614 their socket by passing True as the ``bind_and_activate``
|