cement.core.meta¶
Cement core meta functionality.
-
class
cement.core.meta.Meta(**kwargs)¶ Bases:
objectModel that acts as a container class for a meta attributes for a larger class. It stuffs any kwarg it gets in it’s init as an attribute of itself.
-
class
cement.core.meta.MetaMixin(*args, **kwargs)¶ Bases:
objectMixin that provides the Meta class support to add settings to instances of slumber objects. Meta settings cannot start with a _.