MCPcopy
hub / github.com/scrapy/scrapy / C

Class C

tests/test_item.py:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 pass
154
155 class C(Item):
156 fields = {"load": Field(default="C")}
157 save = Field(default="C")
158
159 class D(B, C):
160 pass

Callers

nothing calls this directly

Calls 1

FieldClass · 0.90

Tested by

no test coverage detected