def mkdir()
in
util/util.py [0:0]
3
lines of code
2
McCabe index (conditional complexity)
def mkdir(path): if not os.path.exists(path): os.makedirs(path)