get_by_name method

get_by_name(name)

Gets or a sets a document variable by the case-insensitive name. None values are not allowed as a right hand side of the assignment and will be replaced by empty string.

def get_by_name(self, name: str):
    ...
ParameterTypeDescription
namestr

See Also