MCPcopy Index your code
hub / github.com/python/cpython / node

Function node

Lib/platform.py:1023–1031  ·  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

1021 return uname().system
1022
1023def node():
1024
1025 """ Returns the computer's network name (which may not be fully
1026 qualified)
1027
1028 An empty string is returned if the value cannot be determined.
1029
1030 """
1031 return uname().node
1032
1033def release():
1034

Callers

nothing calls this directly

Calls 1

unameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…