class documentation

Undocumented

Method open Open the storage for the given spider. It must return a file-like object that will be used for the exporters
Method store Store the given file stream
Method _store_in_thread Undocumented
def open(self, spider): (source)

Open the storage for the given spider. It must return a file-like object that will be used for the exporters

def store(self, file): (source)

Store the given file stream