[PyGreSQL] Added a method for getting parameter settings

Christoph Zwerschke cito at online.de
Fri Aug 4 19:34:44 EDT 2006


Mario Frasca wrote:
> Christoph Zwerschke wrote:
>> I think the underlying connection is in some attribute.
> 
> yes, I also expected it to be there, but I can't recognize it:
> 
>>>> cr = connection.cursor()
>>>> dir(cr)

It's in the private __source attribute that is not visible with dir().

-- Chris


More information about the PyGreSQL mailing list