linux#

Functions#

linux_get_libc_version(→ tuple[str, str] | tuple[None, ...)

If on linux, returns (libc_family, version), otherwise (None, None).

linux_get_libc_version() tuple[str, str] | tuple[None, None]#

If on linux, returns (libc_family, version), otherwise (None, None).