PyCharm enables you to quickly unwrap or extract expressions from the enclosing statements. This action is available for:
- Place the caret on the expression you want to extract or unwrap.
- Choose Ctrl+Shift+Delete. PyCharm shows a pop-up window with all the actions that are available in the current context.
Statements to be extracted are displayed on the blue background, statements to be removed are displayed
on the grey background.
on the main menu or press
- Click the desired action or select it using the up and down arrow keys and press Enter.