cliche.title — Enable one or more names or titles.¶
-
class
cliche.name.Nameable(**kwargs)¶ This mapped class is a abstract base class for all of mapped classes that could have multiple names. It enables the table of
Nameto have a column which is a foreign key of any one of tables that has one or more names.-
names¶ (
collections.abc.MutableSet) The set ofcliche.name.Names that the object has.
-
-
class
cliche.name.Name(**kwargs)¶ The name or title of an nameable instance.
-
locale¶ (
cliche.sqltypes.LocaleType) The locale oftitle.
-
nameable_id¶ (
int)Nameable.idofnameable.
-