Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ __repr__
Method
__repr__
scrapy/item.py:124–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
122
return
self._values.keys()
123
124
def
__repr__(self) -> str:
125
return
pformat(dict(self))
126
127
def
copy(self) -> Self:
128
return
self.__class__(self)
Callers
nothing calls this directly
Calls
1
pformat
Function · 0.85
Tested by
no test coverage detected