This file is indexed.

/usr/share/pyshared/lamson/handlers/__init__.py is in python-lamson 1.0pre11-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
"""
Lamson comes with a few useful handlers that you can add to your lamson.routing
configuration.  Most of them are implemented as stateless handlers, but some
will require you to read the documentation and configure before you can use
them.
"""