This file is indexed.

/usr/share/pyshared/PyHamcrest-1.8.0.egg-info/SOURCES.txt is in python-hamcrest 1.8.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
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
62
63
64
65
66
67
68
69
CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
examples/CustomDateMatcher.py
examples/ExampleWithAssertThat.py
src/PyHamcrest.egg-info/PKG-INFO
src/PyHamcrest.egg-info/SOURCES.txt
src/PyHamcrest.egg-info/dependency_links.txt
src/PyHamcrest.egg-info/requires.txt
src/PyHamcrest.egg-info/top_level.txt
src/hamcrest/__init__.py
src/hamcrest/core/__init__.py
src/hamcrest/core/assert_that.py
src/hamcrest/core/base_description.py
src/hamcrest/core/base_matcher.py
src/hamcrest/core/compat.py
src/hamcrest/core/description.py
src/hamcrest/core/matcher.py
src/hamcrest/core/selfdescribing.py
src/hamcrest/core/selfdescribingvalue.py
src/hamcrest/core/string_description.py
src/hamcrest/core/core/__init__.py
src/hamcrest/core/core/allof.py
src/hamcrest/core/core/anyof.py
src/hamcrest/core/core/described_as.py
src/hamcrest/core/core/is_.py
src/hamcrest/core/core/isanything.py
src/hamcrest/core/core/isequal.py
src/hamcrest/core/core/isinstanceof.py
src/hamcrest/core/core/isnone.py
src/hamcrest/core/core/isnot.py
src/hamcrest/core/core/issame.py
src/hamcrest/core/core/raises.py
src/hamcrest/core/helpers/__init__.py
src/hamcrest/core/helpers/hasmethod.py
src/hamcrest/core/helpers/wrap_matcher.py
src/hamcrest/library/__init__.py
src/hamcrest/library/collection/__init__.py
src/hamcrest/library/collection/is_empty.py
src/hamcrest/library/collection/isdict_containing.py
src/hamcrest/library/collection/isdict_containingentries.py
src/hamcrest/library/collection/isdict_containingkey.py
src/hamcrest/library/collection/isdict_containingvalue.py
src/hamcrest/library/collection/isin.py
src/hamcrest/library/collection/issequence_containing.py
src/hamcrest/library/collection/issequence_containinginanyorder.py
src/hamcrest/library/collection/issequence_containinginorder.py
src/hamcrest/library/collection/issequence_onlycontaining.py
src/hamcrest/library/integration/__init__.py
src/hamcrest/library/integration/match_equality.py
src/hamcrest/library/number/__init__.py
src/hamcrest/library/number/iscloseto.py
src/hamcrest/library/number/ordering_comparison.py
src/hamcrest/library/object/__init__.py
src/hamcrest/library/object/haslength.py
src/hamcrest/library/object/hasproperty.py
src/hamcrest/library/object/hasstring.py
src/hamcrest/library/text/__init__.py
src/hamcrest/library/text/isequal_ignoring_case.py
src/hamcrest/library/text/isequal_ignoring_whitespace.py
src/hamcrest/library/text/stringcontains.py
src/hamcrest/library/text/stringcontainsinorder.py
src/hamcrest/library/text/stringendswith.py
src/hamcrest/library/text/stringmatches.py
src/hamcrest/library/text/stringstartswith.py
src/hamcrest/library/text/substringmatcher.py