MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / itemAt

Method itemAt

Widgets/Layouts/FlowLayout.py:87–91  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

85 return len(self.itemList)
86
87 def itemAt(self, index):
88 if index >= 0 and index < len(self.itemList):
89 return self.itemList[index]
90
91 return None
92
93 def takeAt(self, index):
94 if index >= 0 and index < len(self.itemList):

Callers 3

doPreviewMethod · 0.80
doPreviewMethod · 0.80
doPreviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected