File: __init__.py

package info (click to toggle)
python-macholib 1.8~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 758
  • sloc: python: 4,109; makefile: 127
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
Enough Mach-O to make your head spin.

See the relevant header files in /usr/include/mach-o

And also Apple's documentation.
"""
__version__ = '1.8'