Get the current byte size setting.
(self)
| 334 | if self._isOpen: self._reconfigurePort() |
| 335 | |
| 336 | def getByteSize(self): |
| 337 | """Get the current byte size setting.""" |
| 338 | return self._bytesize |
| 339 | |
| 340 | bytesize = property(getByteSize, setByteSize, doc="Byte size setting") |
| 341 |
nothing calls this directly
no outgoing calls
no test coverage detected