Main.Accert.extract_super_val#

Accert.extract_super_val(c, var_id)[source]#

Extracts information on the super variable based on a specific variable name.

Parameters:
  • c (MySQLCursor) – MySQLCursor class instantiates objects that can execute MySQL statements.

  • var_id (str) – Variable ID.

Returns:

sup_val – Super variable info including the name of the super variable.

Return type:

List[str]