Get the current timeout setting.
(self)
| 397 | if self._isOpen: self._reconfigurePort() |
| 398 | |
| 399 | def getWriteTimeout(self): |
| 400 | """Get the current timeout setting.""" |
| 401 | return self._writeTimeout |
| 402 | |
| 403 | writeTimeout = property(getWriteTimeout, setWriteTimeout, doc="Timeout setting for write()") |
| 404 |
nothing calls this directly
no outgoing calls
no test coverage detected