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