Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ makelist
Function
makelist
module/lib/bottle.py:133–136 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
131
132
# Small helpers
133
def
makelist(data):
134
if
isinstance(data, (tuple, list, set, dict)):
return
list(data)
135
elif
data:
return
[data]
136
else
:
return
[]
137
138
139
class
DictProperty(object):
Callers
2
route
Method · 0.85
decorator
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected