Is there a way to pring a list object in Python?

Zeynel azeynel1 at gmail.com
Mon Nov 8 22:17:27 EST 2010


On Oct 31, 2:44 pm, Benjamin Kaplan <benjamin.kap... at case.edu> wrote:

> Rep() = Rep object
> Rep.all() = Query object
> list(Rep.all()) = List of Rep objects.
> list(Rep.all())[0] = A single Rep object
> list(Rep.all())[0].replist = A list
>

Thanks! This was very helpful.



More information about the Python-list mailing list