MCPcopy Create free account
hub / github.com/KDE/krita / itemAt

Method itemAt

plugins/python/workflow_buttons/flow_layout.py:34–38  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

32 return len(self._item_list)
33
34 def itemAt(self, index):
35 if 0 <= index < len(self._item_list):
36 return self._item_list[index]
37
38 return None
39
40 def takeAt(self, index):
41 if 0 <= index < len(self._item_list):

Callers 15

readSettingsMethod · 0.45
writeSettingsMethod · 0.45
saved_scriptsMethod · 0.45
_clearScriptMethod · 0.45
_selectScriptMethod · 0.45
_fillScriptsMethod · 0.45
setLineNumberMethod · 0.45
updateSettingsMethod · 0.45
setGradientMethod · 0.45
setPatchesMethod · 0.45
setPatchCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected