module documentation

Undocumented

Function is_wsl Check if the current environment is Windows Subsystem for Linux (WSL).
def is_wsl() -> bool: (source) ΒΆ

Check if the current environment is Windows Subsystem for Linux (WSL). Returns: bool: True if running in WSL, False otherwise.