mapscript.hashTableObj

class mapscript.hashTableObj

Attributes

numitems

int immutable TODO Add documentation

thisown

The membership flag

Methods

__init__()[source]
clear() void[source]
get(key: char, default_value: char = None) char[source]
keys()[source]

Python-only. In Python MapScript the hashTableObj can be used and accessed as a dictionary. The keys method returns a view of all the keys in the hashTableObj.

nextKey(prevkey: char = None) char const[source]
remove(key: char) int[source]
set(key: char, value: char) int[source]