This file is indexed.

/usr/lib/python2.7/dist-packages/googlecloudapis/apitools/base/py/cli.py is in python-googlecloudapis 0.9.30+debian1-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
11
12
"""Top-level import for all CLI-related functionality in apitools.

Note that importing this file will ultimately have side-effects, and
may require imports not available in all environments (such as App
Engine). In particular, picking up some readline-related imports can
cause pain.
"""

# pylint:disable=wildcard-import

from googlecloudapis.apitools.base.py.app2 import *
from googlecloudapis.apitools.base.py.base_cli import *