MCPcopy
hub / github.com/scrapy/scrapy / queue

Method queue

tests/test_squeues.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 chunksize = 100000
85
86 def queue(self):
87 return _PickleFifoSerializationDiskQueue(self.qpath, chunksize=self.chunksize)
88
89 def test_serialize_item(self):
90 q = self.queue()

Callers 7

test_serialize_itemMethod · 0.95
test_serialize_loaderMethod · 0.95
test_serializeMethod · 0.45
test_serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected