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

Method getByteSize

src/ext/makerbot_pyserial/serialutil.py:336–338  ·  view source on GitHub ↗

Get the current byte size setting.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected