On 2013-09-04, at 21:55 , Pepsodent Cola wrote:

> I borrowed the dictfetchall(cursor) code directly from Djangoproject.com 
> and it works with my code.
> But what kind of sorcery is this?  How can I output the contents of *desc*? 
> I want to see what that data looks like.
> 
>    *desc* = cursor.description

Have you tried just printing it out?

Not that you need to,
http://www.python.org/dev/peps/pep-0249/#description will tell you what
`cursor.description` is.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to