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

Method keys

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

Source from the content-addressed store, hash-verified

488 )
489
490 def keys(self, fallback=True): # pylint: disable=arguments-differ
491 return KeysView(self if fallback else self._without_fallback())
492
493 def items(self, fallback=True): # pylint: disable=arguments-differ
494 return ItemsView(self if fallback else self._without_fallback())

Callers 10

_unique_everseenFunction · 0.45
consolidate_listingMethod · 0.45
keysMethod · 0.45
iterkeysMethod · 0.45
i18n.test.tsFile · 0.45
slugifyFunction · 0.45
AddChildPageFunction · 0.45
artifact_idsMethod · 0.45
test_editor_data_keysFunction · 0.45

Calls 1

_without_fallbackMethod · 0.95

Tested by 3

artifact_idsMethod · 0.36
test_editor_data_keysFunction · 0.36