Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
except
ImportError:
234
# classic version with our own file-like emulation
235
class
Serial(JavaSerial, FileLike):
236
pass
237
else
:
238
# io library present
239
class
Serial(JavaSerial, io.RawIOBase):
Callers
1
serialjava.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected