(self, options, callback)
| 204 | Port.exportMultiBuy(fit, options, callback) |
| 205 | |
| 206 | def exportEfs(self, options, callback): |
| 207 | fit = getFit(self.mainFrame.getActiveFit()) |
| 208 | EfsPort.exportEfs(fit, 0, callback) |
| 209 | |
| 210 | # noinspection PyUnusedLocal |
| 211 | def exportFitStats(self, options, callback): |
nothing calls this directly
no test coverage detected