Is there a way to pring a list object in Python?
Zeynel
azeynel1 at gmail.com
Mon Nov 8 22:17:27 EST 2010
More information about the Python-list mailing list
Mon Nov 8 22:17:27 EST 2010
- Previous message (by thread): Define macro when invoking setup.py
- Next message (by thread): Send a free SMS to your friends from Gmail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Define macro when invoking setup.py
- Next message (by thread): Send a free SMS to your friends from Gmail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list