This file is indexed.

/usr/share/pyshared/guidata/dataset/__init__.py is in python-guidata 1.4.1-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
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 CEA
# Pierre Raybaut
# Licensed under the terms of the CECILL License
# (see guidata/__init__.py for details)

"""
dataset
=======

The ``guidata.dataset`` package provides the core features for data set 
display and editing with automatically generated graphical user interfaces.

.. automodule:: guidata.dataset.dataitems
   :members:
   :inherited-members:
       
.. automodule:: guidata.dataset.datatypes
   :members:
   :inherited-members:
"""