def read()
in
tools/registry.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def read(path): with open(path, "rb") as file: return file.read()