Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ items
Method
items
Lib/dbm/dumb.py:245–247 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
243
raise
error(
'DBM object has already been closed'
)
from
None
244
245
def
items(self):
246
self._verify_open()
247
return
[(key, self[key])
for
key in self._index.keys()]
248
249
def
__contains__(self, key):
250
if
isinstance(key, str):
Callers
15
_build_tree
Function · 0.45
_format_args_and_kwargs
Function · 0.45
create_datagram_endpoint
Method · 0.45
_parse_makefile
Function · 0.45
_print_config_dict
Function · 0.45
_print_dict
Function · 0.45
_extend_dict
Function · 0.45
_expand_vars
Function · 0.45
begin
Method · 0.45
getheaders
Method · 0.45
_tunnel
Method · 0.45
_send_request
Method · 0.45
Calls
2
_verify_open
Method · 0.95
keys
Method · 0.45
Tested by
5
test_LoadTagDefs
Method · 0.36
run
Function · 0.36
test_highlight_target_text_mouse
Method · 0.36
test_paint_theme_sample
Method · 0.36
test_create_config_handlers
Method · 0.36