This file is indexed.

/usr/share/doc/python-imaging/html/imagesequence.htm is in python-imaging-doc-html 1.1.2-1.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
<html><head><title>The ImageSequence Module</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="IMAGESEQUENCE-MODULE" class="chapter"><h1 style="chapter">The ImageSequence Module</h1><p>This module contains a wrapper class that makes it easy to loop over
all frames in an image sequence.</p><div class="sect1"><h2 style="sect1">Functions</h2><div class="sect2"><h3 style="sect2">Iterator (constructor)</h3><p><tt>Iterator(image)</tt>. Creates an
<tt>Iterator</tt> instance that lets you loop over all
frames in a sequence.</p></div></div><div class="sect1"><h2 style="sect1">Methods</h2><p>The <tt>Iterator</tt> class implements the following
method:</p><div class="sect2"><h3 style="sect2">The [] Operator</h3><p>You can call this operator with integer values from 0 and upwards.  It
raises an <tt>IndexError</tt> exception when there are
no more frames.</p></div></div></div></body></html>