MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / getWriteTimeout

Method getWriteTimeout

src/ext/makerbot_pyserial/serialutil.py:399–401  ·  view source on GitHub ↗

Get the current timeout setting.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected