insert_key

Contents

insert_key#

async tierkreis.pyruntime.python_builtin.insert_key(map: dict[a, b], key: a, val: b) _InsertOut[a, b][source]#

Transforms an input Map into an output by adding an entry (or replacing an existing one) for an input key and value.