This file is indexed.

/usr/lib/python2.7/dist-packages/preggy/assertions/types/__init__.py is in python-preggy 1.1.3-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
# -*- coding: utf-8 -*-
from __future__ import absolute_import

from preggy.assertions.types.boolean import *
from preggy.assertions.types.classes import *
from preggy.assertions.types.errors import *
from preggy.assertions.types.file import *
from preggy.assertions.types.function import *
from preggy.assertions.types.nullable import *
from preggy.assertions.types.numeric import *
from preggy.assertions.types.regexp import *