Exemple #1
0
 def randval(self):
     return RandChoice(*map(lambda x: fuzz(x()), self.choice.values()))
Exemple #2
0
 def randval(self):
     return RandChoice(*map(lambda x: fuzz(x()), self.choice.values()))
Exemple #3
0
 def randval(self):
     return fuzz(self.asn1pkt())
Exemple #4
0
 def randval(self):
     return fuzz(self.asn1pkt())