Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ ItemWithFiles
Class
ItemWithFiles
tests/test_pipeline_files.py:758–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
756
757
758
class
ItemWithFiles(Item):
759
file_urls = Field()
760
files = Field()
761
762
763
def
_create_item_with_files(*files: str) -> ItemWithFiles:
Callers
2
test_rejects_non_list_file_urls
Method · 0.85
_create_item_with_files
Function · 0.85
Calls
1
Field
Class · 0.90
Tested by
2
test_rejects_non_list_file_urls
Method · 0.68
_create_item_with_files
Function · 0.68