def check_string()
in
api/utils.py [0:0]
2
lines of code
2
McCabe index (conditional complexity)
def check_string(string): return isinstance(string, str) and len(string) > 0