This file is indexed.

/usr/share/pyshared/messaging/sms/base.py is in python-messaging 0.5.11+debian-1.

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
11
12
13
14
# see LICENSE


class SmsBase(object):

    def __init__(self):
        self.udh = None
        self.number = None
        self.text = None
        self.fmt = None
        self.dcs = None
        self.pid = None
        self.csca = None
        self.type = None