Example #1
0
 def exportDna(fit, callback=None):
     return exportDna(fit, callback=callback)
Example #2
0
 def exportDna(fit):
     return exportDna(fit)
Example #3
0
 def exportDna(fit):
     return exportDna(fit)
Example #4
0
 def exportDna(fit, options, callback=None):
     return exportDna(fit, options, callback=callback)