MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / uname

Function uname

Lib/platform.py:1166–1299  ·  view source on GitHub ↗

Fairly portable uname interface. Returns a tuple of strings (system,node,release,version,machine,processor) identifying the underlying platform. Note that unlike the os.uname function this also returns possible processor information as an additional tuple entry.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

systemFunction · 0.85
nodeFunction · 0.85
releaseFunction · 0.85
versionFunction · 0.85
machineFunction · 0.85
processorFunction · 0.85
platformFunction · 0.85
posix_unameFunction · 0.85

Calls 8

win32_verFunction · 0.85
_syscmd_verFunction · 0.85
java_verFunction · 0.85
_syscmd_unameFunction · 0.85
filterFunction · 0.70
_nodeFunction · 0.70
getMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected