get method

get

Returns value of the first name-value pair whose name is name.

Returns

Value of the first name-value pair whose name is name or null if there is none.

def get(self, name):
    ...
ParameterTypeDescription
namestrKey which will be used to find name-value pair.

See Also