class documentation

class NodeType(type): (source)

View In Hierarchy

A metaclass for nodes that handles the field and attribute inheritance. fields and attributes from the parent class are automatically forwarded to the child.

Method __new__ Undocumented
def __new__(mcs, name, bases, d): (source)

Undocumented