Home
last modified time | relevance | path

Searched refs:ForkingMixIn (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
DSocketServer.py507 class ForkingMixIn: class
610 class ForkingUDPServer(ForkingMixIn, UDPServer): pass
611 class ForkingTCPServer(ForkingMixIn, TCPServer): pass
/external/python/cpython2/Lib/test/
Dtest_socketserver.py51 class ForkingUnixStreamServer(SocketServer.ForkingMixIn,
55 class ForkingUnixDatagramServer(SocketServer.ForkingMixIn,
/external/python/cpython2/Doc/library/
Dsocketserver.rst53 :class:`ForkingMixIn` and :class:`ThreadingMixIn` mix-in classes can be used to
105 .. class:: ForkingMixIn
119 :class:`ForkingMixIn` and the Forking classes mentioned below are
321 or thread to handle the request; the :class:`ForkingMixIn` and
559 :class:`ForkingMixIn` classes.
622 The :class:`ForkingMixIn` class is used in the same way, except that the server