Files
codeql/python/ql/src/Lexical/CommentedOutCode.py
2018-11-19 15:10:42 +00:00

5 lines
100 B
Python

def area(r):
#if DEBUG:
# print("Computing area of %r" % r)
return r.length * r.width