asreview.entry_points.BaseEntryPoint.execute

abstract classmethod BaseEntryPoint.execute(argv)[source]

Perform the functionality of the entry point.

Parameters:

argv (list) – Argument list, with the entry point and program removed. For example, if asreview plot X is executed, then argv == [‘X’].