This file is indexed.

/usr/share/proton-0.14.0/examples/python/reactor/README.md is in libqpid-proton8-dev-examples 0.14.0-5.1ubuntu1.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
The examples in this directory provide a basic introduction to the
proton reactor API and are best viewed in the order presented below.

The examples contain comments that explain things in a tutorial-style
manner. At some point soon this content will be pulled out into a
proper tutorial that references the relevant code snippets from these
examples. Until then please bear with this clumsy style of
presentation.

This API is present in C as well and most of these examples will
transliterate into C in a fairly straightforward way.

  - hello-world.py
  - goodbye-world.py

  - scheduling.py
  - counter.py
  - count-randomly.py

  - unhandled.py
  - reactor-logger.py
  - global-logger.py
  - delegates.py

  - handlers.py

  - echo.py
  - cat.py

  - send.py
  - recv.py

  - tornado-hello-world.py
  - tornado-send.py