/snap/core24/1587/usr/lib/python3/dist-packages/serial/urlhandler
NameSizeModeActions
__pycache__/-0755rm
protocol_alt.py20330644editdlrm
protocol_cp2110.py85400644editdlrm
protocol_hwgrep.py31590644editdlrm
protocol_loop.py106230644editdlrm
protocol_rfc2217.py3170644editdlrm
protocol_socket.py142990644editdlrm
protocol_spy.py91300644editdlrm
__init__.py00644editdlrm
Edit: /snap/core24/1587/usr/lib/python3/dist-packages/serial/urlhandler/protocol_rfc2217.py (317B)
#! python # # This is a thin wrapper to load the rfc2217 implementation. # # This file is part of pySerial. https://github.com/pyserial/pyserial # (C) 2011 Chris Liechti # # SPDX-License-Identifier: BSD-3-Clause from __future__ import absolute_import from serial.rfc2217 import Serial # noqa