def write()
in
tools/split.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def write(f: TextIO, line: str) -> str: f.write(line)