MCPcopy Index your code
hub / github.com/pyscript/pyscript / _loop

Function _loop

core/src/stdlib/pyscript/flatted.py:85–91  ·  view source on GitHub ↗
(keys, input, known, output)

Source from the content-addressed store, hash-verified

83
84
85def _loop(keys, input, known, output):
86 for key in keys:
87 value = output[key]
88 if isinstance(value, _String):
89 _ref(key, input[int(value.value)], input, known, output)
90
91 return output
92
93
94def _ref(key, value, input, known, output):

Callers 2

_refFunction · 0.85
parseFunction · 0.85

Calls 1

_refFunction · 0.85

Tested by

no test coverage detected