pyufunc.get_host_name# pyufunc.get_host_name()# Get the computer name. Returns: computer name. Return type: str Examples >>> import pyufunc as pf >>> pf.get_computer_name() 'Xiangyong-PC'