get_item method

get_item

Returns the current value associated with the given key, or null if the given key does not exist.

Returns

Item value string.

def get_item(self, key):
    ...
ParameterTypeDescription
keystrItem key string.

See Also