MCPcopy
hub / github.com/lektor/lektor / values

Method values

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

Source from the content-addressed store, hash-verified

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())
498
499 def _without_fallback(self):
500 """Return a copy of self, with fallback_data set to None."""

Callers 13

process_raw_dataMethod · 0.45
process_raw_dataMethod · 0.45
plugins_list_cmdFunction · 0.45
finish_updateMethod · 0.45
iter_pluginsMethod · 0.45
valuesMethod · 0.45
itervaluesMethod · 0.45
get_record_infoFunction · 0.45
get_serversFunction · 0.45
AvailableModelsFunction · 0.45
test_editor_data_valuesFunction · 0.45

Calls 1

_without_fallbackMethod · 0.95

Tested by 3

test_editor_data_valuesFunction · 0.36