Andy> And perhaps you could start it with the doc strings from the code?
Andy> I was hunting through the documentation yesterday for the methods
Andy> I could call on a request object and I had to resort to looking at
Andy> the code ;-)
Does help(someobject) not work for you?
Help on package quixote:
NAME
quixote
FILE
/Users/skip/local/lib/python2.4/site-packages/quixote/__init__.py
DESCRIPTION
quixote
$HeadURL: svn+ssh://svn/repos/trunk/quixote/__init__.py $
$Id: __init__.py 22003 2003-07-14 23:07:08Z nascheme $
A highly Pythonic web application framework.
PACKAGE CONTENTS
_c_htmltext
_py_htmltext
config
...
FUNCTIONS
enable_ptl()
Installs the import hooks needed to import PTL modules. This must
be done explicitly because not all Quixote applications need to use
PTL, and import hooks are deep magic that can cause all sorts of
mischief and deeply confuse innocent bystanders. Thus, we avoid
invoking them behind the programmer's back. One known problem is
that, if you use ZODB, you must import ZODB before calling this
function.
Skip