Next: Buffer Functions

Prev: List Functions

Dictionary Functions

The functions described in this section perform operations on dictionaries. These options do not actually modify the dictionaries they accept as arguments; instead, they return the modified dictionaries as their return values.

Menu:

dict_add
Add an association to a dictionary
dict_add_elem
Add an element to a list value
dict_contains
Determine if a key is in a dictionary
dict_del
Delete an association to a dictionary
dict_del_elem
Remove an element from a list value
dict_keys
Get a list of keys in a dictionary