asreview.get_extension#

asreview.get_extension(group, name)[source]#

Get the extension class from an entry point.

Parameters:
  • group (str) – The group of the extension.

  • name (str) – The name of the extension.

Returns:

class – The class corresponding to the extension.