Пример #1
0
 def __init__(self, stream, boundary):
     self.stream = BufferedStream(stream)
     self.boundary = "--" + boundary
     self.first = True