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

Method getStopbits

src/ext/makerbot_pyserial/serialutil.py:362–364  ·  view source on GitHub ↗

Get the current stop bits setting.

(self)

Source from the content-addressed store, hash-verified

360 if self._isOpen: self._reconfigurePort()
361
362 def getStopbits(self):
363 """Get the current stop bits setting."""
364 return self._stopbits
365
366 stopbits = property(getStopbits, setStopbits, doc="Stop bits setting")
367

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected