This file is indexed.

/usr/share/doc/python-pytango-doc/html/_sources/client_api/group.txt is in python-pytango-doc 8.1.5-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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Group
-----

.. currentmodule:: PyTango


.. GroupElement is the base class of Group, but is not the base of
   anything else. So, I don't include it in the documentation but just
   add its functions into Group by using :inherited-members:

Group class
~~~~~~~~~~~

.. autoclass:: PyTango.Group
    :show-inheritance:
    :inherited-members:
    :members:


GroupReply classes
~~~~~~~~~~~~~~~~~~

Group member functions do not return the same as their DeviceProxy counterparts,
but objects that contain them. This is:

    - *write attribute* family returns PyTango.GroupReplyList
    - *read attribute* family returns PyTango.GroupAttrReplyList
    - *command inout* family returns PyTango.GroupCmdReplyList

The Group*ReplyList objects are just list-like objects containing
:class:`~PyTango.GroupReply`, :class:`~PyTango.GroupAttrReply` and
:class:`~GroupCmdReply` elements that will be described now.

Note also that GroupReply is the base of GroupCmdReply and GroupAttrReply.

.. autoclass:: PyTango.GroupReply
    :members:

.. autoclass:: PyTango.GroupAttrReply
    :show-inheritance:
    :members:

.. autoclass:: GroupCmdReply
    :show-inheritance:
    :members: