Main.Accert.execute_accert#

Accert.execute_accert(c, ut)[source]#

Executes the ACCERT program.

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

  • ut (UserTable) – UserTable class instantiates objects that can execute user input statements.