Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
870
def
_unknown_as_blank(val):
871
return
''
if
val ==
'unknown'
else
val
872
873
874
### Portable uname() interface
Callers
1
processor
Method · 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…