13.12 The module type

delete($s$)
The delete($s$) method deletes any element with string key $s$ from the module.

hasKey($x$)
The hasKey($x$) method returns a boolean indicating whether the key $x$ exists in the module.

items()
The items() method returns a list of the [key,value] pairs in a module.

keys()
The keys() method returns a list of the keys defined in a module.

len()
The len() method returns the number of entries in a module.

values()
The values() method returns a list of the values in a module.