Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 17, 2010 08:26
Show Gist options
  • Save zzak/479358 to your computer and use it in GitHub Desktop.
Save zzak/479358 to your computer and use it in GitHub Desktop.
%page? #pager
%pdef # prints definition headers
%pdoc # prints docstring of function
%pfile # run given file containing an object if found
%pinfo # provides information (type, base class, namespace, docstr)
%psource # show source for given element
%psearch # look for python objects by name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment