remove_key

Contents

remove_key#

async tierkreis.pyruntime.python_builtin.remove_key(map: dict[a, b], key: a) _RemoveOut[a, b][source]#

Remove a key (input) from a map (input), return the map and value.