This file is indexed.

/usr/lib/python3/dist-packages/mkdocs/config/__init__.py is in mkdocs 0.16.3-2.

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
from mkdocs.config.base import load_config
from mkdocs.config.config_options import Config
from mkdocs.config.defaults import DEFAULT_SCHEMA

__all__ = ["load_config", 'Config', 'DEFAULT_SCHEMA']