Changeset 6623 for coopr.pysp/trunk/coopr/pysp/solutionwriter.py
- Timestamp:
- Dec 30, 2012 2:56:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pysp/trunk/coopr/pysp/solutionwriter.py
r2990 r6623 13 13 from pyutilib.component.core import * 14 14 15 15 16 class ISolutionWriterExtension(Interface): 16 17 17 18 def write(self, scenario_tree, output_file_prefix): 18 """ 19 """Called with a ScenarioTree type object.""" 19 20 pass
Note: See TracChangeset
for help on using the changeset viewer.