try_get_value method

try_get_value

Tries to find key in the dictionary and retreives value if found.

Returns

true if key was found.

def try_get_value(self, key, value):
    ...
ParameterTypeDescription
keystrKey to search in the dictionary.
valueanyRetreived value.

See Also