/usr/lib/python2.7/dist-packages/openturns/dist.py is in python-openturns 1.3-3.
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 | # -*- Python -*-
"""
Open TURNS --- The uncertainty engineering software
===================================================
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 *
|