This file is indexed.

/usr/share/pyshared/swignifit/__init__.py is in python-pypsignifit 3.0~beta.20120611.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
#!/usr/bin/env python
# vi: set ft=python sts=4 ts=4 sw=4 et:

######################################################################
#
#   See COPYING file distributed along with the psignifit package for
#   the copyright and license terms
#
######################################################################

from interface_methods import bootstrap, mcmc, mapestimate, diagnostics, asir

def set_seed(value):
    swignifit_raw.setSeed(value)