MCPcopy Index your code
hub / github.com/RustPython/RustPython / node

Function node

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

1073 return uname().system
1074
1075def node():
1076
1077 """ Returns the computer's network name (which may not be fully
1078 qualified)
1079
1080 An empty string is returned if the value cannot be determined.
1081
1082 """
1083 return uname().node
1084
1085def release():
1086

Callers

nothing calls this directly

Calls 1

unameFunction · 0.70

Tested by

no test coverage detected