예제 #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)