示例#1
0
 def __init__(self, host, port, domain=AF_INET, type=SOCK_STREAM):
     GIOChannelClient.__init__(self, host, port, domain, type)