This file is indexed.

/usr/share/doc/python-imaging/html/imagepath.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
<html><head><title>The ImagePath Module</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="IMAGEPATH-MODULE" class="chapter"><h1 style="chapter">The ImagePath Module</h1><p>The ImagePath module is used to store and manipulate 2-dimensional
vector data.  Path objects can be passed to the methods in the <a href="imagedraw.htm#imagedraw-module"><tt>ImageDraw</tt></a>
module.</p><div class="sect1"><h2 style="sect1">Functions</h2><div class="sect2"><h3 style="sect2">Path (factory)</h3><p><tt>Path(coordinates)</tt> creates a path object.  The
coordinate list can be any sequence object containing either 2-tuples
[ (<tt>x, y</tt>), ... ] or numeric values [
<tt>x</tt>, <tt>y</tt>, ... ].</p></div></div></div></body></html>