eegprep.ExtensionAction#

class eegprep.ExtensionAction(name, target, display_name='', description='', capabilities=<factory>)#

Bases: object

Declarative action contributed by an extension.

Parameters:
__init__(name, target, display_name='', description='', capabilities=<factory>)#
Parameters:
Return type:

None

Methods

__init__(name, target[, display_name, ...])

load()

Load the callable target for this action.

Attributes

name: str#
target: LazyImport#
display_name: str = ''#
description: str = ''#
capabilities: tuple[str, ...]#
load()#

Load the callable target for this action.

Return type:

Any