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