https://github.com/alexforencich/cocotbext-uart/blob/aad6c497fcc53e08bc82ee3430adc8e5953e29db/cocotbext/uart/uart.py#L76 It should be: ```python3 self._baud = value ``` Other `set` Methods have similar issues.
cocotbext-uart/cocotbext/uart/uart.py
Line 76 in aad6c49
It should be:
Other
setMethods have similar issues.