Changeset 4921 for waeup/branches/ulif-namespace/src/waeup/sirp/utils
- Timestamp:
- 28 Jan 2010, 09:37:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-namespace/src/waeup/sirp/utils/batching.txt
r4912 r4921 1 :mod:`waeup. utils.batching` -- Batch processing2 *********************************************** 1 :mod:`waeup.sirp.utils.batching` -- Batch processing 2 **************************************************** 3 3 4 4 Batch processing is much more than pure data import. … … 190 190 All we need, is a batch processor now. 191 191 192 >>> from waeup. utils.batching import BatchProcessor192 >>> from waeup.sirp.utils.batching import BatchProcessor 193 193 >>> class CaveProcessor(BatchProcessor): 194 194 ... util_name = 'caveprocessor'
Note: See TracChangeset for help on using the changeset viewer.