HomeSort by relevance Sort by last modified time
    Searched refs:handlerclass (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 71 def __init__(self, addr, handlerclass=None):
72 if handlerclass is None:
73 handlerclass = RPCHandler
74 SocketServer.TCPServer.__init__(self, addr, handlerclass)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 71 def __init__(self, addr, handlerclass=None):
72 if handlerclass is None:
73 handlerclass = RPCHandler
74 SocketServer.TCPServer.__init__(self, addr, handlerclass)

Completed in 320 milliseconds