This file is indexed.

/usr/lib/python2.7/dist-packages/dipy/io/__init__.py is in python-dipy 0.10.1-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
# init for io routines
from __future__ import division, print_function, absolute_import

from .gradients import read_bvals_bvecs
from .dpy import Dpy
from .bvectxt import (read_bvec_file, ornt_mapping, reorient_vectors,
                      reorient_on_axis, orientation_from_string,
                      orientation_to_string)
from .pickles import save_pickle, load_pickle
from . import utils