MCPcopy Create free account
hub / github.com/ActiveState/code / unpack

Function unpack

recipes/Python/475112_Schedule_Maker/recipe-475112.py:108–112  ·  view source on GitHub ↗
(values, keys)

Source from the content-addressed store, hash-verified

106 Zcgi.print_html(html)
107
108def unpack(values, keys):
109 unpacked = []
110 for key in keys:
111 unpacked.append(values[key])
112 return unpacked
113
114def check_week(dictionary, keys):
115 for key in keys:

Callers 15

readSavFileMethod · 0.85
get_ifindexFunction · 0.85
get_hwaddrFunction · 0.85
handleMethod · 0.85
recipe-115419.pyFile · 0.85
shortFunction · 0.85
readMethod · 0.85
__init__Method · 0.85
readintMethod · 0.85
readshortMethod · 0.85
readbyteMethod · 0.85
read24bitMethod · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected