コード例 #1
0
 def _convert_to_py(self, annotation):
     if annotation:
         return Genotype._from_java(annotation)
     else:
         return annotation
コード例 #2
0
ファイル: expr.py プロジェクト: Fedja/hail
 def _convert_to_py(self, annotation):
     if annotation:
         return Genotype._from_java(annotation)
     else:
         return annotation