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

Method __init__

test/run_unit_tests.py:367–371  ·  view source on GitHub ↗
(self, tcp_port: int, serial_port: str | None = None, **kwargs: dict[str, Any])

Source from the content-addressed store, hash-verified

365class PythonTests(AbstractTests):
366
367 def __init__(self, tcp_port: int, serial_port: str | None = None, **kwargs: dict[str, Any]) -> None:
368 super().__init__(**kwargs)
369
370 self.tcp_port = tcp_port
371 self.serial_port = serial_port
372
373 def init_tests(self) -> bool:
374 return True

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected