This command returns the currently selected tool context.
Derived from mel command maya.cmds.currentCtx
Example:
import pymel.core as pm import maya.cmds as cmds pm.currentCtx() # Result: u'manipRotateContext1' #
pymel.core.context.ctxTraverse
pymel.core.context.currentTimeCtx
Enter search terms or a module, class or function name.