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