MCPcopy
hub / github.com/lektor/lektor / items

Method items

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

Source from the content-addressed store, hash-verified

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())
495
496 def values(self, fallback=True): # pylint: disable=arguments-differ
497 return ValuesView(self if fallback else self._without_fallback())

Callers 15

get_record_label_i18nMethod · 0.45
getMethod · 0.45
__init__Method · 0.45
generate_i18n_kvsFunction · 0.45
_process_search_resultsFunction · 0.45
write_manifestFunction · 0.45
update_cacheFunction · 0.45
project_info_cmdFunction · 0.45
_convertFunction · 0.45
mergeFunction · 0.45

Calls 1

_without_fallbackMethod · 0.95

Tested by 7

test_editor_data_itemsFunction · 0.36
scratch_project_dataFunction · 0.36
test_exifFunction · 0.36