Esempio n. 1
0
 def push(self, blob):
     if self.encryptor:
         blob = self.encryptor(blob)
     return TestConnection.push(self, blob)
Esempio n. 2
0
 def push(self, blob):
     if self.encryptor:
         blob = self.encryptor(blob)
     return TestConnection.push(self, blob)