Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ listify
Function
listify
tools/config.py:36–39 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
34
35
36
def
listify(x):
37
if
x is None or type(x) is list:
38
return
x
39
return
[x]
40
41
42
def
normalize_config_settings():
Callers
1
normalize_config_settings
Function · 0.85
Calls
1
type
Enum · 0.50
Tested by
no test coverage detected