pyslk.hostname_raw

Contents

pyslk.hostname_raw#

pyslk.hostname_raw(return_type: int = 0) str | int | CompletedProcess#

Shows current hostname you are connected to

Returns:

stdout of the slk_helpers call

Return type:

Union[str, int, subprocess.CompletedProcess]