pymel.tools.py2mel.getMelArgs

getMelArgs(function, exactMelType=True)

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

Returns:``((argName, melType ), {argName
Return type: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.