Magic

The command magic displays the list of magic keywords. All commands are first tested against this list. If the test fails, the command is sent to Python.

This is the syntax for finding information about a magic command:

wa?

The flag automagic (can be set by a command line argument) determines whether magic keywords need a leading %.

The command

%automagic

toggles the automagic mode.



Subsections