pymel.tools.py2mel.WrapperCommand

digraph inheritance74431f3343 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "BasePluginMixin" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.api.plugins/pymel.api.plugins.BasePluginMixin.html#pymel.api.plugins.BasePluginMixin",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "Command" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.api.plugins/pymel.api.plugins.Command.html#pymel.api.plugins.Command",style="setlinewidth(0.5)",tooltip="create a subclass of this with a doIt method",height=0.25,shape=box,fontsize=8]; "BasePluginMixin" -> "Command" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MPxCommand" -> "Command" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MPxCommand" [shape=box,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=8,style="setlinewidth(0.5)",height=0.25]; "WrapperCommand" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.tools.py2mel.WrapperCommand",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "Command" -> "WrapperCommand" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class WrapperCommand(*args)
classmethod createSyntax()
parseCommandArgs(argData)
parseFlagArgs(argData)

cycle through known flags looking for any that have been set.

Return type:a list of (flagLongName, flagArgList) tuples
setResult(result)

convert to a valid result type