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

Method __init__

erpc_python/erpc/arbitrator.py:27–31  ·  view source on GitHub ↗
(self, sharedTransport=None, codec=None)

Source from the content-addressed store, hash-verified

25 """
26
27 def __init__(self, sharedTransport=None, codec=None):
28 self._transport = sharedTransport
29 self._codec = codec
30 self._pending_clients = {}
31 self._lock = threading.Lock()
32
33 @property
34 def shared_transport(self):

Callers

nothing calls this directly

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected