eegprep.ExtensionPopFunction#

class eegprep.ExtensionPopFunction(name, target, description='')#

Bases: object

Declarative pop_* function contributed by an extension.

Parameters:
__init__(name, target, description='')#
Parameters:
Return type:

None

Methods

__init__(name, target[, description])

load()

Load the callable target for this pop_* function.

Attributes

name: str#
target: LazyImport#
description: str = ''#
load()#

Load the callable target for this pop_* function.

Return type:

Any