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

Method _is_signed_number

scapy/layers/can.py:288–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

286 return self.fmt[0] == "<"
287
288 def _is_signed_number(self):
289 # type: () -> bool
290 return self.fmt[-1].islower()
291
292 def _is_float_number(self):
293 # type: () -> bool

Callers 3

addfieldMethod · 0.95
getfieldMethod · 0.95
randvalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected