pymel.tools.py2mel.getMelArgs

getMelArgs(function, exactMelType=True)

Inspect the arguments of a python function and return the cloesst compatible MEL arguments.

Returns:
Return type:((argName, melType ), {argName : default}, {argName : description})
Parameters:function (callable or str) – This can be a callable python object or the full, dotted path to the callable object as a string.