draugr.writers.csv_writer.CSVWriter¶
- class draugr.writers.csv_writer.CSVWriter(path, **kwargs)[source]¶
Bases:
Writer
description
Methods
__init__
(path, **kwargs)- param interval
blip
(tag[, step_i])- param tag
close
()description
filter
(tag)returns a boolean value, true if to be included, False if to be excluded
get_csv_writer
([path])- param path
open
()description
scalar
(tag, value[, step_i])- param tag
- filter(tag: str) bool ¶
returns a boolean value, true if to be included, False if to be excluded
tag is in filter if not None and within interval for inclusion
- Parameters
tag –
- Returns
- Return type