MCPcopy
hub / github.com/scrapy/scrapy / A

Class A

tests/test_item.py:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147 def test_metaclass_multiple_inheritance_simple(self):
148 class A(Item):
149 fields = {"load": Field(default="A")}
150 save = Field(default="A")
151
152 class B(A):
153 pass

Callers

nothing calls this directly

Calls 1

FieldClass · 0.90

Tested by

no test coverage detected