try_get_value method

try_get_value

Gets the entry soft owner by key.

Returns

true if dictionary contains the key otherwise false

def try_get_value(self, key, value):
    ...
ParameterTypeDescription
keystrThe key.
valueanyThe parameter.

try_get_value

Gets the entry soft owner by key.

Returns

true if dictionary contains the key otherwise false

def try_get_value(self, key, attr, value):
    ...
ParameterTypeDescription
keystrThe key.
attranyThe attribute.
valueanyThe parameter.

See Also