Class: EntityMeta

Entity meta class. You should only use it directly if you want to define your own base class for your entities (ie you don't want to use the provided 'Entity' class).

Constructor

__init__ (cls, name, bases, dict_)

Attributes

mro

Value of mro

<method 'mro' of 'type' objects>