pyufunc.is_mac# pyufunc.is_mac()# Check if the current platform is Mac/OSX. Returns: True if the current platform is Mac/OSX, otherwise False Return type: bool Example >>> from pyufunc import is_mac >>> is_mac() True >>> is_mac() False