Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_item
Method · 0.95
test_serialize_loader
Method · 0.95
test_serialize_request_recursive
Method · 0.95
test_non_pickable_object
Method · 0.95
nonserializable_object_test
Function · 0.45
test_serialize
Method · 0.45
test_serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected