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

Class Serial

src/ext/makerbot_pyserial/serialjava.py:235–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233except ImportError:
234 # classic version with our own file-like emulation
235 class Serial(JavaSerial, FileLike):
236 pass
237else:
238 # io library present
239 class Serial(JavaSerial, io.RawIOBase):

Callers 1

serialjava.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected