Lines Matching refs:__init__
132 def __init__(self, fd, debug_label, debug=pipeutils_debug,
146 self.debug_msg("__init__")
323 def __init__(self, fd, debug_label, debug=pipeutils_debug,
326 PipeFile.__init__(self, fd, debug_label, debug=debug,
368 # PipedHTTP: Class has no __init__ method; pylint: disable=W0232
369 # PipedHTTPResponse.begin: Attribute 'will_close' defined outside __init__;
393 def __init__(self, fd, port=None):
397 http_client.HTTPConnection.__init__(self, "localhost")
423 def __init__(self, fd, http_enc=True):
429 # argument to __init__.
431 rpc.Transport.__init__(self, rpclib.config.DEFAULT)
433 rpc.Transport.__init__(self)
488 def __init__(self, fd, RequestHandlerClass, http_enc=True):
493 socketserver.BaseServer.__init__(self,
583 def __init__(self, addr,
587 SimpleRPCDispatcher.__init__(self, encoding)
593 _PipedServer.__init__(self, addr, requestHandler,
644 def __init__(self, pipefd, encoding=None, verbose=0, version=None,
648 rpc.ServerProxy.__init__(self,