Source code for marshmallow_configparser.helpers

[docs]def is_blank(line): return line is None or not str(line).strip()