This file is indexed.

/usr/lib/python2.7/dist-packages/arc/__init__.py is in nordugrid-arc-python 5.0.5-1ubuntu1.

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
# Import/initialise all the swig modules (low level wrappers)
import _arc

# Import the high level wrappers (proxy classes) into this namespace
from arc.common import *
from arc.loader import *
from arc.message import *
from arc.compute import *
from arc.communication import *
from arc.credential import *
from arc.data import *
from arc.delegation import *
from arc.security import *