pymel.tools.py2mel.isMapping

isMapping(obj)

Returns True if an object is a mapping (dictionary) type, otherwise returns False.

same as operator.isMappingType

Return type:bool