MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / __init__

Method __init__

erpc_python/erpc/transport.py:55–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 HEADER_LEN = 6
54
55 def __init__(self):
56 super(FramedTransport, self).__init__()
57 self._sendLock = threading.Lock()
58 self._receiveLock = threading.Lock()
59 self._Crc16 = Crc16()
60
61 @property
62 def crc_16(self):

Callers

nothing calls this directly

Calls 3

Crc16Class · 0.90
__init__Method · 0.45
LockMethod · 0.45

Tested by

no test coverage detected