"Fernando Perez" <fperez.net@gmail.com> writes: >> def magic_p(self, parameter_s=''): > > For users with autocall active, this one-letter shortcut is a handy > way of seeing values. In pdb the p command has the exact same > behavior, so the consistency of interface is good. Actually it hasn't -- try 1.001 :) cheers, 'as