class documentation

class MetaModality(type):

View In Hierarchy

Meta class for providing the classmethod attributes to the Modalities class similar to what Django's enum types have.

Method __init__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Property choices Return list of tuples suitable for the django.db.models.ChoiceField
Property labels Human readable labels for the values of the modality field.
Property spsn Sensitiviy & specificity of the implemented modalities.
Property values Database values the modality field can take on.
def __init__(cls, classname, bases, classdict, *args, **kwargs):

Undocumented

def __iter__(cls):

Undocumented

def __len__(cls):

Undocumented

@property
choices =

Return list of tuples suitable for the django.db.models.ChoiceField

@property
labels =

Human readable labels for the values of the modality field.

@property
spsn =

Sensitiviy & specificity of the implemented modalities.

@property
values =

Database values the modality field can take on.