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

Method takeAt

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

Source from the content-addressed store, hash-verified

91 return None
92
93 def takeAt(self, index):
94 if index >= 0 and index < len(self.itemList):
95 return self.itemList.pop(index)
96
97 return None
98
99 def expandingDirections(self):
100 return Qt.Orientations(Qt.Orientation(0))

Callers 1

__del__Method · 0.95

Calls 1

popMethod · 0.80

Tested by

no test coverage detected