示例#1
0
 def exportDna(fit, callback=None):
     return exportDna(fit, callback=callback)
示例#2
0
 def exportDna(fit):
     return exportDna(fit)
示例#3
0
文件: port.py 项目: petosorus/Pyfa
 def exportDna(fit):
     return exportDna(fit)
示例#4
0
 def exportDna(fit, options, callback=None):
     return exportDna(fit, options, callback=callback)