MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / refresh

Method refresh

gui/builtinViewColumns/attributeDisplay.py:66–69  ·  view source on GitHub ↗
(stuff)

Source from the content-addressed store, hash-verified

64 sMkt = Market.getInstance()
65
66 def refresh(stuff):
67 # Hack into our master view and add a callback for ourselves to know when to query
68 self.directInfo = sMkt.directAttrRequest(stuff, info) if stuff else None
69 originalRefresh(stuff)
70
71 fittingView.refresh = refresh
72

Callers

nothing calls this directly

Calls 1

directAttrRequestMethod · 0.80

Tested by

no test coverage detected