Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ keys
Method
keys
scrapy/item.py:121–122 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
119
__hash__ = object_ref.__hash__
120
121
def
keys(self) -> KeysView[str]:
122
return
self._values.keys()
123
124
def
__repr__(self) -> str:
125
return
pformat(dict(self))
Callers
15
_configure
Method · 0.80
_get_serialized_fields
Method · 0.80
list
Method · 0.80
start
Method · 0.80
get_shell_embed_func
Function · 0.80
_map_keys
Function · 0.80
feed_process_params_from_cli
Function · 0.80
request_to_curl
Function · 0.80
iter_all
Function · 0.80
items
Method · 0.80
values
Method · 0.80
_get_inputs
Function · 0.80
Calls
no outgoing calls
Tested by
12
check
Method · 0.64
test_normkey
Method · 0.64
test_export_items
Method · 0.64
test_export_multiple_item_classes
Method · 0.64
test_server_receives_no_extra_headers
Method · 0.64
test_download_no_extra_response_headers
Method · 0.64
test_export_items
Method · 0.64
test_iterables
Method · 0.64
test_metaclass
Method · 0.64
test_metaclass_with_fields_attribute
Method · 0.64
test_metaclass_inheritance
Method · 0.64
test_override_dict_settings
Method · 0.64