pyufunc.get_host_ip#

pyufunc.get_host_ip()#

Get the computer IP address.

Returns:

computer IP address.

Return type:

str

Examples

>>> import pyufunc as pf
>>> pf.get_computer_ip()
'10.155.33.252'