khard.object_type

Helper module for validating typed vcard properties

Module Contents

Classes

ObjectType

Generic enumeration.

class khard.object_type.ObjectType

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

string = 1
list_with_strings = 2
string_or_list_with_strings = 3