Python code coverage for Lib/test/test_ctypes.py
| # | count | content |
|---|---|---|
| 1 | n/a | import unittest |
| 2 | n/a | from test.support import import_module |
| 3 | n/a | |
| 4 | n/a | ctypes_test = import_module('ctypes.test') |
| 5 | n/a | |
| 6 | n/a | load_tests = ctypes_test.load_tests |
| 7 | n/a | |
| 8 | n/a | if __name__ == "__main__": |
| 9 | n/a | unittest.main() |
