示例#1
0
 def push(self, blob):
     if self.encryptor:
         blob = self.encryptor(blob)
     return TestConnection.push(self, blob)
示例#2
0
 def push(self, blob):
     if self.encryptor:
         blob = self.encryptor(blob)
     return TestConnection.push(self, blob)