def text_length()

in readability/readability.py [0:0]


def text_length(i):
    return len(clean(i.text_content() or ""))