(fit, options, callback=None)
| 337 | # Multibuy-related methods |
| 338 | @staticmethod |
| 339 | def exportMultiBuy(fit, options, callback=None): |
| 340 | return exportMultiBuy(fit, options, callback=callback) |
| 341 | |
| 342 | @staticmethod |
| 343 | def exportFitStats(fit, callback=None): |
nothing calls this directly
no test coverage detected