def str_to_bool()
in
src/preprocessor.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def str_to_bool(s): return s.lower() in ("true", "t", "1", 'y')