eegprep.LazyImport#

class eegprep.LazyImport(module, attr)#

Bases: object

Reference to an object that should be imported only when used.

Parameters:
__init__(module, attr)#
Parameters:
Return type:

None

Methods

__init__(module, attr)

load()

Import and return the referenced object.

Attributes

module: str#
attr: str#
load()#

Import and return the referenced object.

Return type:

Any