Python code coverage for Lib/ctypes/macholib/__init__.py
| # | count | content |
|---|---|---|
| 1 | n/a | """ |
| 2 | n/a | Enough Mach-O to make your head spin. |
| 3 | n/a | |
| 4 | n/a | See the relevant header files in /usr/include/mach-o |
| 5 | n/a | |
| 6 | n/a | And also Apple's documentation. |
| 7 | n/a | """ |
| 8 | n/a | |
| 9 | n/a | __version__ = '1.0' |
