示例#1
0
def queue_command(character, text):
    command.accept_command(character, text)
示例#2
0
def queue_command(character, text):
    command.accept_command(character, text)
示例#3
0
 def found_terminator(self):
     data = self.buffer
     self.buffer = ''
     command.accept_command(self.parent, data)
示例#4
0
 def found_terminator(self):
     data = self.buffer
     self.buffer = ''
     command.accept_command(self.parent, data)