gelato - nvidia and python

Paul Boddie paul at boddie.org.uk
Sun Jun 29 16:44:50 EDT 2008


On 29 Jun, 17:34, "catalinf... at gmail.com" <catalinf... at gmail.com>
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



More information about the Python-list mailing list