This file is indexed.

/usr/share/python-support/python-pymc.public is in python-pymc 2.2+ds-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
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
pyversions=2.7

/usr/lib/pyshared/python2.7/pymc/Container_values.so
/usr/lib/pyshared/python2.7/pymc/LazyFunction.so
/usr/lib/pyshared/python2.7/pymc/flib.so
/usr/lib/pyshared/python2.7/pymc/gp/cov_funs/distances.so
/usr/lib/pyshared/python2.7/pymc/gp/cov_funs/isotropic_cov_funs.so
/usr/lib/pyshared/python2.7/pymc/gp/incomplete_chol.so
/usr/lib/pyshared/python2.7/pymc/gp/linalg_utils.so
/usr/share/pyshared/pymc-2.2.egg-info
/usr/share/pyshared/pymc/CircularStochastic.py
/usr/share/pyshared/pymc/CommonDeterministics.py
/usr/share/pyshared/pymc/Container.py
/usr/share/pyshared/pymc/InstantiationDecorators.py
/usr/share/pyshared/pymc/MCMC.py
/usr/share/pyshared/pymc/Matplot.py
/usr/share/pyshared/pymc/Model.py
/usr/share/pyshared/pymc/Node.py
/usr/share/pyshared/pymc/NormalApproximation.py
/usr/share/pyshared/pymc/NumpyDeterministics.py
/usr/share/pyshared/pymc/PyMCObjects.py
/usr/share/pyshared/pymc/ScipyDistributions.py
/usr/share/pyshared/pymc/StepMethods.py
/usr/share/pyshared/pymc/__init__.py
/usr/share/pyshared/pymc/calc_utils.py
/usr/share/pyshared/pymc/database/__init__.py
/usr/share/pyshared/pymc/database/base.py
/usr/share/pyshared/pymc/database/hdf5.py
/usr/share/pyshared/pymc/database/no_trace.py
/usr/share/pyshared/pymc/database/pickle.py
/usr/share/pyshared/pymc/database/ram.py
/usr/share/pyshared/pymc/database/sqlite.py
/usr/share/pyshared/pymc/database/txt.py
/usr/share/pyshared/pymc/datatypes.py
/usr/share/pyshared/pymc/decorators.py
/usr/share/pyshared/pymc/diagnostics.py
/usr/share/pyshared/pymc/distributions.py
/usr/share/pyshared/pymc/examples/__init__.py
/usr/share/pyshared/pymc/examples/custom_step.py
/usr/share/pyshared/pymc/examples/disaster_model.py
/usr/share/pyshared/pymc/examples/disaster_model_gof.py
/usr/share/pyshared/pymc/examples/disaster_model_linear.py
/usr/share/pyshared/pymc/examples/disaster_model_missing.py
/usr/share/pyshared/pymc/examples/disaster_model_null.py
/usr/share/pyshared/pymc/examples/gelman_bioassay.py
/usr/share/pyshared/pymc/examples/gp/MCMC.py
/usr/share/pyshared/pymc/examples/gp/PyMCmodel.py
/usr/share/pyshared/pymc/examples/gp/__init__.py
/usr/share/pyshared/pymc/examples/gp/basiscov.py
/usr/share/pyshared/pymc/examples/gp/cov.py
/usr/share/pyshared/pymc/examples/gp/covparams.py
/usr/share/pyshared/pymc/examples/gp/mean.py
/usr/share/pyshared/pymc/examples/gp/mesh_choice.py
/usr/share/pyshared/pymc/examples/gp/observation.py
/usr/share/pyshared/pymc/examples/gp/realizations.py
/usr/share/pyshared/pymc/examples/melanoma.py
/usr/share/pyshared/pymc/examples/melanoma_data.py
/usr/share/pyshared/pymc/examples/weibull_fit.py
/usr/share/pyshared/pymc/examples/zip.py
/usr/share/pyshared/pymc/gp/BasisCovariance.py
/usr/share/pyshared/pymc/gp/Covariance.py
/usr/share/pyshared/pymc/gp/FullRankCovariance.py
/usr/share/pyshared/pymc/gp/GPutils.py
/usr/share/pyshared/pymc/gp/Mean.py
/usr/share/pyshared/pymc/gp/NearlyFullRankCovariance.py
/usr/share/pyshared/pymc/gp/Realization.py
/usr/share/pyshared/pymc/gp/__init__.py
/usr/share/pyshared/pymc/gp/cov_funs/__init__.py
/usr/share/pyshared/pymc/gp/cov_funs/bases.py
/usr/share/pyshared/pymc/gp/cov_funs/brownian.py
/usr/share/pyshared/pymc/gp/cov_funs/cov_utils.py
/usr/share/pyshared/pymc/gp/cov_funs/nsmatern.py
/usr/share/pyshared/pymc/gp/cov_funs/wrapped_distances.py
/usr/share/pyshared/pymc/gp/gp_submodel.py
/usr/share/pyshared/pymc/gp/gpplots.py
/usr/share/pyshared/pymc/gp/step_methods.py
/usr/share/pyshared/pymc/graph.py
/usr/share/pyshared/pymc/progressbar.py
/usr/share/pyshared/pymc/six.py
/usr/share/pyshared/pymc/tests/__init__.py
/usr/share/pyshared/pymc/tests/objectmodel.py
/usr/share/pyshared/pymc/tests/test_AM.py
/usr/share/pyshared/pymc/tests/test_GP_MCMC.py
/usr/share/pyshared/pymc/tests/test_LazyFunction.py
/usr/share/pyshared/pymc/tests/test_MCMCSampler.py
/usr/share/pyshared/pymc/tests/test_adaptive.py
/usr/share/pyshared/pymc/tests/test_basiscov.py
/usr/share/pyshared/pymc/tests/test_binary_step.py
/usr/share/pyshared/pymc/tests/test_container.py
/usr/share/pyshared/pymc/tests/test_convergence.py
/usr/share/pyshared/pymc/tests/test_cov.py
/usr/share/pyshared/pymc/tests/test_database.py
/usr/share/pyshared/pymc/tests/test_distributions.py
/usr/share/pyshared/pymc/tests/test_gradients.py
/usr/share/pyshared/pymc/tests/test_graph.py
/usr/share/pyshared/pymc/tests/test_instantiation.py
/usr/share/pyshared/pymc/tests/test_interactive.py
/usr/share/pyshared/pymc/tests/test_mean.py
/usr/share/pyshared/pymc/tests/test_missing.py
/usr/share/pyshared/pymc/tests/test_norm_approx.py
/usr/share/pyshared/pymc/tests/test_observation.py
/usr/share/pyshared/pymc/tests/test_realization.py
/usr/share/pyshared/pymc/tests/test_special_methods.py
/usr/share/pyshared/pymc/tests/test_utils.py
/usr/share/pyshared/pymc/threadpool.py
/usr/share/pyshared/pymc/utils.py