def empty()
in
tools/PrettyXML.py [0:0]
1
lines of code
2
McCabe index (conditional complexity)
def empty(s: str) -> bool: return not s or not s.strip()