This file is indexed.

/usr/lib/python3/dist-packages/sklearn/externals/test_externals_setup.py is in python3-sklearn 0.17.0-4.

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
"""
Fixtures to get the external bundled dependencies tested.

This module gets loaded by test discovery scanners (such as nose) in
their collection scan.
"""

import sys
import os
sys.path.append(os.path.abspath(os.path.dirname(__file__)))