This file is indexed.

/usr/share/doc/python-gtkmvc-doc/examples/tutorial/README is in python-gtkmvc-doc 1.99.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
This directory contains the examples presented in the tutorial.

To run the glade-based example:
$> python main_glade.py 

To run manually built example:
$> python main_no_glade.py

To run the mixed nice solution:
$> python main_mixed.py

To run the glade-based that uses an adapter:
$> python main_glade_adap.py