This file is indexed.

/usr/lib/python3/dist-packages/serial/urlhandler/protocol_rfc2217.py is in python3-serial 3.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#! 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 <cliechti@gmx.net>
#
# SPDX-License-Identifier:    BSD-3-Clause

from serial.rfc2217 import Serial  # noqa