pymel.core.language.MelCallable

digraph inheritance910abdfe1d { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "MelCallable" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.language.MelCallable",style="setlinewidth(0.5)",tooltip="Class for wrapping up callables created by Mel class' procedure calls.",height=0.25,shape=box,fontsize=8]; }

class MelCallable(head, name)

Class for wrapping up callables created by Mel class’ procedure calls.

The class is designed to support chained, “namespace-protected” MEL procedure calls, like: Foo.bar.spam(). In this case, Foo, bar and spam would each be MelCallable objects.