This file is indexed.

/usr/share/pyshared/bike/query/testall.py is in bicyclerepair 0.9-6.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
#!/usr/bin/env python

import setpath

from test_common import *
from test_getReferencesToClass import *
from test_getReferencesToMethod import *
#from test_getReferencesToModule import *
from test_findDefinition import *
from test_findReferences import *
from test_relationships import *
from test_getTypeOf import *

if __name__ == "__main__":
    unittest.main()