This file is indexed.

/usr/lib/python2.7/dist-packages/pbcommand/cli/__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 .core import (pacbio_args_runner,
                   pacbio_args_or_contract_runner,
                   pbparser_runner,
                   get_default_argparser)

from .quick import (registry_runner, registry_builder)