Tutorials
API Documentation
hbutils.system.os.
is_linux
Return True if current operating system is linux, otherwise return False.
True
False
This OS is linux or not.
is_windows
Return True if current operating system is windows, otherwise return False.
This OS is windows or not.
is_darwin
Return True if current operating system is darwin, otherwise return False.
This OS is darwin or not.
Note
Darwin is macos.
is_macos