This file is indexed.

/usr/lib/python3/dist-packages/bimdp/test/test_namespace_fixups.py is in python3-mdp 3.5-1ubuntu1.

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
from mdp.test.test_namespace_fixups import (generate_calls,
                                            test_exports)

MODULES = ['bimdp',
           'bimdp.nodes',
           'bimdp.hinet',
           'bimdp.parallel',
           ]

def pytest_generate_tests(metafunc):
    generate_calls(MODULES, metafunc)