(self, options, callback)
| 192 | Port.exportDna(fit, options, callback) |
| 193 | |
| 194 | def exportEsi(self, options, callback): |
| 195 | fit = getFit(self.mainFrame.getActiveFit()) |
| 196 | Port.exportESI(fit, False, False, False, callback) |
| 197 | |
| 198 | def exportXml(self, options, callback): |
| 199 | fit = getFit(self.mainFrame.getActiveFit()) |
nothing calls this directly
no test coverage detected