Puts fit stats in textual format into the clipboard
(self, options, callback)
| 209 | |
| 210 | # noinspection PyUnusedLocal |
| 211 | def exportFitStats(self, options, callback): |
| 212 | """ Puts fit stats in textual format into the clipboard """ |
| 213 | fit = getFit(self.mainFrame.getActiveFit()) |
| 214 | Port.exportFitStats(fit, callback) |
nothing calls this directly
no test coverage detected