eegprep.ConsolePopResult#

class eegprep.ConsolePopResult(eeg, command, *, updated=True)#

Bases: object

Compact, unpackable result for EEGPrep console pop_* calls.

Parameters:
  • eeg (Any)

  • command (str)

  • updated (bool)

__init__(eeg, command, *, updated=True)#
Parameters:
Return type:

None

Methods

__init__(eeg, command, *[, updated])