Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ refresh
Method
refresh
gui/propertyEditor.py:230–233 ·
view source on GitHub ↗
(self, items)
Source
from the content-addressed store, hash-verified
228
d.Display.populate(self, items)
229
230
def
refresh(self, items):
231
if
len(items) > 1:
232
items.sort(key=self.itemSort)
233
d.Display.refresh(self, items)
234
235
236
class
AttributeGrid(wxpg.PropertyGrid):
Callers
nothing calls this directly
Calls
1
sort
Method · 0.45
Tested by
no test coverage detected