This file is indexed.

/usr/share/pyshared/ldtp/state.py is in python-ldtp 2.3.1-0ubuntu1.

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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
"""
LDTP v2 client

@author: Nagappan Alagappan <nagappan@gmail.com>
@copyright: Copyright (c) 2009-12 Nagappan Alagappan
@license: LGPL

http://ldtp.freedesktop.org

This file may be distributed and/or modified under the terms of the GNU Lesser General
Public License version 2 as published by the Free Software Foundation. This file
is distributed without any warranty; without even the implied warranty of 
merchantability or fitness for a particular purpose.

See 'COPYING' in the source distribution for more information.

Headers in this file shall remain intact.
"""

ICONIFIED = "iconified"
INVALID = "invalid"
PRESSED = "pressed"
EXPANDABLE = "expandable"
VISIBLE = "visible"
LAST_DEFINED = "last_defined"
BUSY = "busy"
EXPANDED = "expanded"
MANAGES_DESCENDANTS = "manages_descendants"
IS_DEFAULT = "is_default"
INDETERMINATE = "indeterminate"
REQUIRED = "required"
TRANSIENT = "transient"
CHECKED = "checked"
SENSITIVE = "sensitive"
COLLAPSED = "collapsed"
STALE = "stale"
OPAQUE = "opaque"
ENABLED = "enabled"
HAS_TOOLTIP = "has_tooltip"
SUPPORTS_AUTOCOMPLETION = "supports_autocompletion"
FOCUSABLE = "focusable"
SELECTABLE = "selectable"
ACTIVE = "active"
HORIZONTAL = "horizontal"
VISITED = "visited"
INVALID_ENTRY = "invalid_entry"
FOCUSED = "focused"
MODAL = "modal"
VERTICAL = "vertical"
SELECTED = "selected"
SHOWING = "showing"
ANIMATED = "animated"
EDITABLE = "editable"
MULTI_LINE = "multi_line"
SINGLE_LINE = "single_line"
SELECTABLE_TEXT = "selectable_text"
ARMED = "armed"
DEFUNCT = "defunct"
MULTISELECTABLE = "multiselectable"
RESIZABLE = "resizable"
TRUNCATED = "truncated"