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