- Timestamp:
- 29 Feb 2012, 18:32:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r7726 r7730 210 210 """ 211 211 212 def export( context, filepath=None):213 """Export context asCSV file.212 def export(iterable, filepath=None): 213 """Export iterables as rows in a CSV file. 214 214 215 215 If `filepath` is not given, a string with the data should be returned. 216 217 What kind of iterables are acceptable depends on the specific 218 exporter implementation. 216 219 """ 217 220
Note: See TracChangeset for help on using the changeset viewer.