On 2014-11-09 02:42, satishmlm...@gmail.com wrote:
> What does description attribute in the following code mean?
> 
> curs.execute('select * from people')
> colnames = [desc[0] for desc in curs.description]

http://legacy.python.org/dev/peps/pep-0249/#cursor-attributes

-tkc




-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to