def text_from_file()
in
setup.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def text_from_file(path): with open(path, encoding="utf-8") as f: return f.read()