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

10 lines
237 B
Python

class Annotation:
#...
pass
def print_annotation(annotation):
print("Message: " + annotation.message)
print("Line: " + annotation.line)
print("Offset: " + annotation.offset)
print("Length: " + annotation.length)