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

Function _unknown_as_blank

Lib/platform.py:870–871  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

868
869
870def _unknown_as_blank(val):
871 return '' if val == 'unknown' else val
872
873
874### Portable uname() interface

Callers 1

processorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…