class documentation

Undocumented

Class Method from_crawler Undocumented
Method __init__ Initialize the storage with the parameters given in the URI and the feed-specific options (see :setting:`FEEDS`)
Instance Variable host Undocumented
Instance Variable overwrite Undocumented
Instance Variable password Undocumented
Instance Variable path Undocumented
Instance Variable port Undocumented
Instance Variable use_active_mode Undocumented
Instance Variable username Undocumented
Method _store_in_thread Undocumented

Inherited from BlockingFeedStorage:

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
@classmethod
def from_crawler(cls, crawler, uri, *, feed_options=None): (source)

Undocumented

def __init__(self, uri, use_active_mode=False, *, feed_options=None): (source)

Initialize the storage with the parameters given in the URI and the feed-specific options (see :setting:`FEEDS`)

Undocumented

overwrite = (source)

Undocumented

password = (source)

Undocumented

Undocumented

Undocumented

use_active_mode = (source)

Undocumented

username = (source)

Undocumented

def _store_in_thread(self, file): (source)