Ejemplo n.º 1
0
 def exportDna(fit, callback=None):
     return exportDna(fit, callback=callback)
Ejemplo n.º 2
0
 def exportDna(fit):
     return exportDna(fit)
Ejemplo n.º 3
0
 def exportDna(fit):
     return exportDna(fit)
Ejemplo n.º 4
0
 def exportDna(fit, options, callback=None):
     return exportDna(fit, options, callback=callback)