Ipython

How To Introspect ( Look Inside ) Python Objects In Ipython

Ipython provide some magic command ( ?, ??, %pdef, %pdoc, %psource, %pfile ) for you to look inside python objects(  variable, function, class. module, object etc ). In this article i will tell you how to use them to introspect python objects in ipython. Below example need an ipython environment, if you do not install …

How To Introspect ( Look Inside ) Python Objects In Ipython Read More »

Index