Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ takeAt
Method
takeAt
QFlowLayout/Lib/flowlayout.py:97–101 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
95
return
None
96
97
def
takeAt(self, index):
98
if
index >= 0 and index < len(self.itemList):
99
return
self.itemList.pop(index)
100
101
return
None
102
103
def
expandingDirections(self):
104
return
Qt.Orientations(Qt.Orientation(0))
Callers
1
__del__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected