pymel.core.nodetypes.NodetypesLazyLoadModule

digraph inheritance779ce4dc29 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "LazyLoadModule" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.LazyLoadModule.html#pymel.util.utilitytypes.LazyLoadModule",style="setlinewidth(0.5)",tooltip=":param name: name of the module",height=0.25,shape=box,fontsize=8]; "module" -> "LazyLoadModule" [arrowsize=0.5,style="setlinewidth(0.5)"]; "NodetypesLazyLoadModule" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.NodetypesLazyLoadModule",style="setlinewidth(0.5)",tooltip="Like a standard lazy load module, but with dynamic PyNode class creation",height=0.25,shape=box,fontsize=8]; "LazyLoadModule" -> "NodetypesLazyLoadModule" [arrowsize=0.5,style="setlinewidth(0.5)"]; "module" [shape=box,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=8,style="setlinewidth(0.5)",height=0.25]; }

class NodetypesLazyLoadModule(name, contents)

Like a standard lazy load module, but with dynamic PyNode class creation

__getattr__(name)

Check to see if the name corresponds to a PyNode that hasn’t been added yet