示例#1
0
 def _convert_to_py(self, annotation):
     if annotation:
         return AltAllele._from_java(annotation)
     else:
         return annotation
示例#2
0
文件: expr.py 项目: Fedja/hail
 def _convert_to_py(self, annotation):
     if annotation:
         return AltAllele._from_java(annotation)
     else:
         return annotation