This file is indexed.

/usr/lib/python3/dist-packages/docker/utils/__init__.py is in python3-docker 1.9.0-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
 9
10
11
from .utils import (
    compare_version, convert_port_bindings, convert_volume_binds,
    mkbuildcontext, tar, exclude_paths, parse_repository_tag, parse_host,
    kwargs_from_env, convert_filters, datetime_to_timestamp, create_host_config,
    create_container_config, parse_bytes, ping_registry, parse_env_file,
    version_lt, version_gte, decode_json_header, split_command,
    create_ipam_config, create_ipam_pool, parse_devices, normalize_links,
) # flake8: noqa

from .types import Ulimit, LogConfig # flake8: noqa
from .decorators import check_resource, minimum_version, update_headers #flake8: noqa