MCPcopy
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
133def makelist(data):
134 if isinstance(data, (tuple, list, set, dict)): return list(data)
135 elif data: return [data]
136 else: return []
137
138
139class DictProperty(object):

Callers 2

routeMethod · 0.85
decoratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected