Exemplo n.º 1
0
def gen_15_bits(self):
    return get_15bits(self.atg, self.atb)
Exemplo n.º 2
0
 def gen_15_bits(self):
     self.atg_fp = get_15bits(self.atg, self.atb)
     self.atb_fp = get_15bits(self.atb, self.atg)