This file is indexed.

/usr/share/openstack-dashboard/openstack_dashboard/component_catalog/views.py is in python-app-catalog-ui 1.0.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
from app_catalog.views import IndexView as ACView

class IndexView(ACView):
    # A very simple class-based view...
    template_name = 'component_catalog/index.html'