API Reference
hestia_earth.utils.tools.
non_empty_value
Check if a value is empty.
value – Either a string, a list, a number or None.
True if the value is not en empty string or an empty list.
bool