This file is indexed.

/usr/lib/python2.7/dist-packages/neo/__init__.py is in python-neo 0.3.3-2.

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
# -*- coding: utf-8 -*-
'''
Neo is a package for representing electrophysiology data in Python,
together with support for reading a wide range of neurophysiology file formats
'''

from neo.core import *
from neo.io import *
from neo.version import version as __version__