def empty()

in tools/PrettyXML.py [0:0]


def empty(s: str) -> bool: return not s or not s.strip()