def __init__(s, functionPost, functionGet, argument, * args): s.postProcess = functionPost s.getProcess = functionGet s.processArg = argument BaseHTTPRequestHandler.__init__(s, *args)