This command returns the currently selected tool context.
Derived from mel command maya.cmds.currentCtx
Example:
import pymel.core as pm pm.currentCtx() # Result: u'selectSuperContext' #