/snap/core18/2979/usr/lib/python3/dist-packages/serial/urlhandler
NameSizeModeActions
__pycache__/-0755rm
protocol_alt.py19930644editdlrm
protocol_hwgrep.py31190644editdlrm
protocol_loop.py101190644editdlrm
protocol_rfc2217.py2770644editdlrm
protocol_serve-rfc2217.py2770644editdlrm
protocol_socket.py141300644editdlrm
protocol_spy.py90240644editdlrm
__init__.py00644editdlrm
Edit: /snap/core18/2979/usr/lib/python3/dist-packages/serial/urlhandler/protocol_rfc2217.py (277B)
#! python # # This is a thin wrapper to load the rfc2271 implementation. # # This file is part of pySerial. https://github.com/pyserial/pyserial # (C) 2011 Chris Liechti # # SPDX-License-Identifier: BSD-3-Clause from serial.rfc2217 import Serial # noqa