This file is indexed.

/usr/lib/pypy/dist-packages/genty/__init__.py is in pypy-genty 1.3.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
# coding: utf-8

from __future__ import unicode_literals
from .genty import genty
from .genty_dataset import genty_dataset
from .genty_dataset import genty_dataprovider
from .genty_repeat import genty_repeat
from .genty_args import genty_args