Exemplo n.º 1
0
 def range_conv(self, r):
     seq = 'X'*self._len
     return FS.Smatrix_range_conv(self, seq, r)
Exemplo n.º 2
0
 def range_conv(self, seq, r):
     return FS.Smatrix_range_conv(self, seq, r)