|
|
|
_addCustomType(targetmoduledict,
parentclsname,
newclsname,
metaclass=MetaClassCreatorNodes,
**kwargs)
Add a custom type to the system such that a node with the given type will
automatically be wrapped with the corresponding class name |
source code
|
|
|
_removeCustomType(targetmoduledict,
customTypeName)
Remove the given typename from the given target module's dictionary as
well as from internal caches |
source code
|
|
|
|
|
initTypeNameToMfnClsMap()
Fill the cache map supplying additional information about the MFNClass to use
when creating the classes |
source code
|
|
|
initNodeHierarchy()
Initialize the global tree of types, providing a hierarchical relationship between
the node typename strings |
source code
|
|
|
initWrappers(targetmoduledict)
Create Standin Classes that will delay the creation of the actual class till
the first instance is requested |
source code
|
|