示例#1
0
文件: ping.py 项目: Bittarman/DASBiT
    def __init__(self, prefix, command, args):
        Generic.__init__(self, prefix, command, args)

        self.server = args[0]
        
示例#2
0
    def __init__(self, prefix, command, args):
        Generic.__init__(self, prefix, command, args)

        self.target  = args[0]
        self.message = args[1]
示例#3
0
 def __init__(self, prefix, command, args):
     Generic.__init__(self, prefix, int(command), args)
示例#4
0
    def __init__(self, prefix, command, args):
        Generic.__init__(self, prefix, command, args)

        self.server = args[0]
示例#5
0
    def __init__(self, prefix, command, args):
        Generic.__init__(self, prefix, command, args)

        self.target = args[0]
        self.message = args[1]
示例#6
0
 def __init__(self, prefix, command, args):
     Generic.__init__(self, prefix, int(command), args)