This file is indexed.

/usr/lib/python2.7/dist-packages/openturns/dist.py is in python-openturns 1.5-7build2.

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
"""Probabilistic distributions submodule."""

# it's split across several modules to speed-up compilation time
from .dist_bundle1 import *
from .dist_bundle2 import *
from .dist_bundle3 import *