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

Method __del__

Widgets/Layouts/FlowLayout.py:76–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self.itemList = []
75
76 def __del__(self):
77 item = self.takeAt(0)
78 while item:
79 item = self.takeAt(0)
80
81 def addItem(self, item):
82 self.itemList.append(item)

Callers

nothing calls this directly

Calls 1

takeAtMethod · 0.95

Tested by

no test coverage detected