Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pop
Method · 0.80
Tested by
no test coverage detected