MCPcopy
hub / github.com/lektor/lektor / keys

Method keys

lektor/editor.py:409–410  ·  view source on GitHub ↗
(self, fallback=True)

Source from the content-addressed store, hash-verified

407
408 @_deprecated_data_proxy
409 def keys(self, fallback=True):
410 return self.data.keys(fallback)
411
412 @_deprecated_data_proxy
413 def values(self, fallback=True):

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected