Lines Matching defs:__init__
75 def __init__(self, addr, handlerclass=None):
78 socketserver.TCPServer.__init__(self, addr, handlerclass)
132 def __init__(self, sock, objtable=None, debugging=None):
502 def __init__(self, oid):
511 def __init__(self, sock, addr, svr):
513 SocketIO.__init__(self, sock)
514 socketserver.BaseRequestHandler.__init__(self, sock, addr, svr)
531 def __init__(self, address, family=socket.AF_INET, type=socket.SOCK_STREAM):
541 SocketIO.__init__(self, working_sock)
555 def __init__(self, sockio, oid):
601 def __init__(self, sockio, oid, name):