source:
tmcsimulator/branches/LCSv2/.pythonhistory
@
619
| Revision 619, 326 bytes checked in by jdalbey, 6 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| 1 | for row in db.(db.supervisors.ALL).select: | |
| 2 | for row in db(db.supervisors.ALL).select: | |
| 3 | print row | |
| 4 | print row.name | |
| 5 | print row.name | |
| 6 | for row in db(db.supervisors.ALL).select: | |
| 7 | print row.name | |
| 8 | for row in db(db.supervisors.ALL).select(): | |
| 9 | print row.name | |
| 10 | db.supervisors.import_from_csv_file(open('supervisors.csv', 'r')) |
Note: See TracBrowser
for help on using the repository browser.
