def wrap_as_tag()
in
main.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def wrap_as_tag(str): return '>' + str + '<'