MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / node

Function node

tools/python-3.11.9-amd64/Lib/platform.py:923–931  ·  view source on GitHub ↗

Returns the computer's network name (which may not be fully qualified) An empty string is returned if the value cannot be determined.

()

Source from the content-addressed store, hash-verified

921 return uname().system
922
923def node():
924
925 """ Returns the computer's network name (which may not be fully
926 qualified)
927
928 An empty string is returned if the value cannot be determined.
929
930 """
931 return uname().node
932
933def release():
934

Callers

nothing calls this directly

Calls 1

unameFunction · 0.70

Tested by

no test coverage detected