On 29 Jun, 17:34, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > >>> dir(r) > > ['__call__', '__class__', '__cmp__', '__delattr__', '__doc__', > '__getattribute__', '__hash__', '__init__', '__module__', '__name__', > '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__self__', > '__setattr__', '__str__']
What about asking for help on r? >>> help(r) Beyond that, you'd want to look at any published API documentation or even the source code for the module, which I'd imagine is C or C++ in this case. Paul -- http://mail.python.org/mailman/listinfo/python-list