コード例 #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)