goalie.is_windows

goalie.is_windows() bool

Check whether the OS is Windows.

Returns:

True if running on Windows.

Return type:

bool

Examples

>>> isinstance(is_windows(), bool)
True