gFactory

OOP types register factory functions here, indexed by the fully qualified name of the type. This allows us to construct D class types from the runtime types of Python values.

Object delegate(PyObject*)[string] gFactory;

Meta