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

Method __init__

scapy/volatile.py:518–523  ·  view source on GitHub ↗
(self, size=None, chars=_DEFAULT_CHARS)

Source from the content-addressed store, hash-verified

516 string.digits)
517
518 def __init__(self, size=None, chars=_DEFAULT_CHARS):
519 # type: (Optional[Union[int, RandNum]], str) -> None
520 if size is None:
521 size = RandNumExpo(0.01)
522 self.size = size
523 self.chars = chars
524
525 def _command_args(self):
526 # type: () -> str

Callers

nothing calls this directly

Calls 1

RandNumExpoClass · 0.85

Tested by

no test coverage detected