Algorithms#

Definitions of algorithms.

Algorithms base#

Base class for Algorithms.

class Algorithm(*args, **kwargs)#

Bases: Protocol

Base class for Algorithms.

abstract property name: str#

Name of the algorithm.

class SubprocessAlgorithmMixin(*args, **kwargs)#

Bases: Protocol

Base class of async methods; meant to be used in conjuction with Algorithm.