This file is indexed.

/usr/share/pyshared/async/test/lib.py is in python-async 0.6.1-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
"""Module with shared tools for testing"""
import unittest


class TestBase(unittest.TestCase):
	"""Common base for all tests"""