This file is indexed.

/usr/lib/python2.7/dist-packages/pbcommand/pb_io/__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
7
8
from .report import load_report_from_json
from .tool_contract_io import (load_tool_contract_from,
                               load_resolved_tool_contract_from,
                               write_resolved_tool_contract,
                               write_tool_contract,
                               write_resolved_tool_contract_avro,
                               write_tool_contract_avro)
from .common import load_pipeline_chunks_from_json, write_pipeline_chunks