MCPcopy
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
758class ItemWithFiles(Item):
759 file_urls = Field()
760 files = Field()
761
762
763def _create_item_with_files(*files: str) -> ItemWithFiles:

Callers 2

_create_item_with_filesFunction · 0.85

Calls 1

FieldClass · 0.90

Tested by 2

_create_item_with_filesFunction · 0.68