This file is indexed.

/usr/share/pyshared/epydoc/docwriter/__init__.py is in python-epydoc 3.0.1+dfsg-4.

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
# epydoc -- Output generation
#
# Copyright (C) 2005 Edward Loper
# Author: Edward Loper <edloper@loper.org>
# URL: <http://epydoc.sf.net>
#
# $Id: __init__.py 956 2006-03-10 01:30:51Z edloper $

"""
Output generation.
"""
__docformat__ = 'epytext en'