Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lektor/lektor
/ iteritems
Method
iteritems
lektor/editor.py:417–418 ·
view source on GitHub ↗
(self, fallback=True)
Source
from the content-addressed store, hash-verified
415
416
@_deprecated_data_proxy
417
def
iteritems(self, fallback=True):
418
return
self.data.items(fallback)
419
420
@_deprecated_data_proxy
421
def
iterkeys(self, fallback=True):
Callers
1
test_deprecated_data_proxy_methods
Function · 0.80
Calls
1
items
Method · 0.45
Tested by
1
test_deprecated_data_proxy_methods
Function · 0.64