MCPcopy Index your code
hub / github.com/secdev/scapy / __nonzero__

Method __nonzero__

scapy/volatile.py:179–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177 return int(self)
178
179 def __nonzero__(self):
180 # type: () -> bool
181 return bool(self._fix())
182 __bool__ = __nonzero__
183
184 def __add__(self, other):

Callers

nothing calls this directly

Calls 1

_fixMethod · 0.45

Tested by

no test coverage detected