Public Member Functions | |
def | __call__ |
def | __getitem__ |
def | __init__ |
def | __len__ |
Definition at line 33 of file conddblib.py.
def conddblib.EnumMetaclass.__init__ | ( | cls, | |
name, | |||
bases, | |||
dct | |||
) |
def conddblib.EnumMetaclass.__call__ | ( | cls, | |
value | |||
) |
def conddblib.EnumMetaclass.__getitem__ | ( | cls, | |
key | |||
) |
Returns the value for this key (if the key is an integer, the value is the nth member from the sorted members list).
Definition at line 43 of file conddblib.py.
def conddblib.EnumMetaclass.__len__ | ( | cls | ) |
Definition at line 40 of file conddblib.py.