- Timestamp:
- 26 Jan 2011, 12:25:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/README.txt
r5328 r5691 23 23 24 24 >>> from pprint import pprint 25 >>> from waeup.sirp. jambtables.jambtables import JAMB_DATA_HEADERS25 >>> from waeup.sirp.applicants.jambtables.jambtables import JAMB_DATA_HEADERS 26 26 >>> JAMB_DATA_HEADERS 27 27 ['firstname', 'lastname', 'middlenames', 'screening_type', … … 31 31 Now we create a JAMBDataTable and import the data: 32 32 33 >>> from waeup.sirp. jambtables import JAMBDataTable33 >>> from waeup.sirp.applicants.jambtables import JAMBDataTable 34 34 >>> table = JAMBDataTable() 35 35 >>> len(list(table))
Note: See TracChangeset for help on using the changeset viewer.