def print_hello()
in
application.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def print_hello(): response = Response("Hello", status=200) return response