Check whether the OS is Linux.
True if running on Linux.
True
bool
Examples
>>> isinstance(is_linux(), bool) True