This file is indexed.

/usr/lib/python2.7/dist-packages/pbcommand/models/__init__.py is in python-pbcommand 0.2.17-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
from .common import (FileType, FileTypes, TaskTypes, ResourceTypes, SymbolTypes,
                     PipelineChunk, DataStoreFile, DataStore)
from .tool_contract import *
from .parser import (get_pbparser,
                     get_gather_pbparser,
                     get_scatter_pbparser, PbParser)