Skip to content
Snippets Groups Projects
Commit 4b7bb9a6 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Add comments about implementing parse_string/write_file methods

parent 48b863e8
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,14 @@ import Util
class TimeseriesFactory(object):
"""Base class for timeseries factories.
Add input support by:
- implementing `parse_string`
- or, overriding `get_timeseries`
Add output support by:
- implementing `write_file`
- or, overriding `put_timeseries`
Attributes
----------
observatory : str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment