This file is indexed.

/usr/share/doc/python-pika-doc/html/_sources/examples.rst.txt is in python-pika-doc 0.11.0-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
17
18
19
20
21
22
23
Usage Examples
==============

Pika has various methods of use, between the synchronous BlockingConnection adapter and the various asynchronous connection adapter. The following examples illustrate the various ways that you can use Pika in your projects.

.. toctree::
   :glob:
   :maxdepth: 1

   examples/using_urlparameters
   examples/connecting_async
   examples/blocking_basic_get
   examples/blocking_consume
   examples/blocking_consumer_generator
   examples/comparing_publishing_sync_async
   examples/blocking_delivery_confirmations
   examples/blocking_publish_mandatory
   examples/asynchronous_consumer_example
   examples/asynchronous_publisher_example
   examples/twisted_example
   examples/tornado_consumer
   examples/tls_mutual_authentication
   examples/tls_server_authentication