This file is indexed.

/usr/share/doc-base/python-ptk is in python-ptk-doc 1.3.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
 8
 9
10
11
12
13
14
15
16
Document: python-ptk
Title: documentation for PTK Python parsing library
Author: Jérôme Laheurte <jerome@jeromelaheurte.net>
Abstract: PTK is a Python library for lexical analysis and parsing,
 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation.  Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 This manual describes the API.
Section: Programming/Python

Format: HTML
Index: /usr/share/doc/python-ptk-doc/html/index.html
Files: /usr/share/doc/python-ptk-doc/html/*.html