(cls, fit, options, callback=None)
| 301 | |
| 302 | @classmethod |
| 303 | def exportEft(cls, fit, options, callback=None): |
| 304 | return exportEft(fit, options, callback=callback) |
| 305 | |
| 306 | # DNA-related methods |
| 307 | @staticmethod |
nothing calls this directly
no test coverage detected