Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lektor/lektor
/ values
Method
values
lektor/editor.py:413–414 ·
view source on GitHub ↗
(self, fallback=True)
Source
from the content-addressed store, hash-verified
411
412
@_deprecated_data_proxy
413
def
values(self, fallback=True):
414
return
self.data.values(fallback)
415
416
@_deprecated_data_proxy
417
def
iteritems(self, fallback=True):
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected