This file is indexed.

/usr/lib/python2.7/dist-packages/pandas/testing.py is in python-pandas 0.22.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
# flake8: noqa

"""
Public testing utility functions.
"""

from pandas.util.testing import (
    assert_frame_equal, assert_series_equal, assert_index_equal)