Bases: object
This factory constructs classes for models. Use it to build
the classes to derive your own models
-
static make(base_classes=(), have_mt=False)
- Use this static method to build a model class that
possibly derives from other classes. If have_mt is True,
then returned class will take into account multi-threading
issues when dealing with observable properties.