The keyword def introduces a function definition. It must be followed by the function name and the parenthesized list of formal parameters. The statements that form the body of the function start at ...
Exposes a hack function to "hack open" an object from the Python Interpreter, which loads the object's source file at the line its defined on using the default or configured text editor. It can also ...