Field » is_empty
is_empty() → boolean
Query whether the value is empty (e.g. comment:
in an eno document), which in python terms is equivalent of None
.
Return value
True
if empty, otherwise False
.
Query whether the value is empty (e.g. comment:
in an eno document), which in python terms is equivalent of None
.
True
if empty, otherwise False
.