Technically this is the following operator: bpy.ops.view3d.edit_mesh_extrude_move_normal But this is a Python operator that in turns calls: MESH_OT_extrude_region_move Which in turns calls: * MESH_OT_extrude_region * TRANSFORM_OT_translate
Technically this is the following operator: bpy.ops.view3d.edit_mesh_extrude_move_normal But this is a Python operator that in turns calls: MESH_OT_extrude_region_move Which in turns calls: * MESH_OT_extrude_region * TRANSFORM_OT_translate