Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ ParentItem
Class
ParentItem
tests/test_item.py:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
def
test_metaclass_inheritance(self):
134
class
ParentItem(Item):
135
name = Field()
136
keys = Field()
137
values = Field()
138
139
class
TestItem(ParentItem):
140
keys = Field()
Callers
nothing calls this directly
Calls
1
Field
Class · 0.90
Tested by
no test coverage detected