dict.strip
Description
Use the dict.strip object to remove the specified keys from a dictionary and return their values through an outlet. Following this operation, the dictionary will no longer contain the specified keys.
Discussion
Note: The colon (:) is a reserved character and is not supported in keys or values.
Arguments
keys [list]
Optional
Keys to be stripped from the dictionary
Attributes
keys [256 symbols]
List of keys to strip from incoming dictionaries
Common Box Attributes
Messages
dictionary
Arguments
name
[symbol]
Name of a dictionary from which to strip the specified keys
See Also
Name | Description |
---|---|
dict.deserialize | |
dict.group | |
dict.iter | |
dict.join | |
dict.pack | |
dict.print | |
dict.route | |
dict.serialize | |
dict.slice | |
dict.unpack | |
dict.view | |
dict | |
Dictionaries | Dictionaries |