Searched refs:handlerclass (Results 1 – 1 of 1) sorted by relevance
75 def __init__(self, addr, handlerclass=None): argument76 if handlerclass is None:77 handlerclass = RPCHandler78 socketserver.TCPServer.__init__(self, addr, handlerclass)