(stuff)
| 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 |
nothing calls this directly
no test coverage detected