get# VarDict1D.get(key, default=None, /)[source]# Get the variable for the specified key, or the default if not found. Parameters: keykey defaultAny, optional Returns: Var or default