Пример #1
0
 def get_data(self):
     return Blob(self.content)
Пример #2
0
 def feed(self):
     return Blob("")
Пример #3
0
 def get_data(self):
     return Blob(self.content.encode("UTF-8"))
Пример #4
0
 def feed(self):
     if self.called:
         return Blob("")
     self.called = True
     return Blob("1")
Пример #5
0
 def get_data(self) -> Blob:
     return Blob("")