示例#1
0
 def __init__(self, router, addr):
   ServiceProxy.__init__(self, router, addr=addr, serviceName="dustmail")
 def __init__(self, router, addr):
     ServiceProxy.__init__(self, router, addr=addr, serviceName="trackback")
示例#3
0
 def __init__(self, router, addr):
   ServiceProxy.__init__(self, router, addr=addr, serviceName="trackback")
 def __init__(self, router, addr):
     ServiceProxy.__init__(self, router, addr=addr, serviceName="dustmail")
示例#5
0
 def __init__(self, router):
   ServiceProxy.__init__(self, router, serviceName="dustmailback")
 def __init__(self, router):
     ServiceProxy.__init__(self, router, serviceName="dustmailback")
示例#7
0
 def __init__(self, router, addr=None):
   ServiceProxy.__init__(self, router, addr=addr, serviceName="tracker")
示例#8
0
 def __init__(self, router, addr=None):
     ServiceProxy.__init__(self, router, addr=addr, serviceName="tracker")