(self, options, callback)
| 200 | Port.exportXml([fit], None, callback) |
| 201 | |
| 202 | def exportMultiBuy(self, options, callback): |
| 203 | fit = getFit(self.mainFrame.getActiveFit()) |
| 204 | Port.exportMultiBuy(fit, options, callback) |
| 205 | |
| 206 | def exportEfs(self, options, callback): |
| 207 | fit = getFit(self.mainFrame.getActiveFit()) |
nothing calls this directly
no test coverage detected