def text_length()
in
readability/readability.py [0:0]
2
lines of code
2
McCabe index (conditional complexity)
def text_length(i): return len(clean(i.text_content() or ""))