add_algo

Adds an algorithm to the list of algorithms.

Syntax

Fields

Description

algo(Algo)

The algorithm to add to the list of algorithms

def add_algo(self, algo) -> None:

Returns

This method does not return anything.

Raises