示例#1
0
 def test_permutate(self):
     sgnt = Signature('1001011')
     self.assertTrue(sgnt.count() == sgnt.permutate(
         SignaturePermutationWithTrie(7)).count())
示例#2
0
 def test_permutate(self):
     sgnt = Signature('1001011')
     self.assertTrue(sgnt.count()==sgnt.permutate(SignaturePermutationWithTrie(7)).count())