def _lower()

in drop_eval.py [0:0]


def _lower(text: str) -> str:
    return text.lower()