This file is indexed.

/usr/lib/python2.7/dist-packages/arrow/__init__.py is in python-arrow 0.10.0-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
# -*- coding: utf-8 -*-

from .arrow import Arrow
from .factory import ArrowFactory
from .api import get, now, utcnow

__version__ = '0.10.0'
VERSION = __version__