File: __init__.py

package info (click to toggle)
python-netaddr 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,912 kB
  • sloc: xml: 8,264; python: 6,697; makefile: 198; sh: 5
file content (6 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
import sys

# Yeah it's a private API; this is only test code though, not much risk there.
from packaging._musllinux import _get_musl_version

IS_MUSL = _get_musl_version(sys.executable) is not None