MCPcopy 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
36def listify(x):
37 if x is None or type(x) is list:
38 return x
39 return [x]
40
41
42def normalize_config_settings():

Callers 1

Calls 1

typeEnum · 0.50

Tested by

no test coverage detected