calix.spiking.correlation.Enum

class calix.spiking.correlation.Enum(value)

Bases: object

Generic enumeration.

Derive from this class to define new enumerations.

__init__()

Initialize self. See help(type(self)) for accurate signature.

name

The name of the Enum member.

value

The value of the Enum member.