MCPcopy Create free account
hub / github.com/secdev/scapy / randval

Method randval

scapy/asn1fields.py:239–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 return repr(self)
238
239 def randval(self):
240 # type: () -> RandField[_I]
241 return cast(RandField[_I], RandInt())
242
243 def copy(self):
244 # type: () -> ASN1F_field[_I, _A]

Callers

nothing calls this directly

Calls 1

RandIntClass · 0.90

Tested by

no test coverage detected