Jun-06-2017, 03:53 PM
Rather than adding that comment, why not do the typical
Also, annotations are more than just cosmetic. They allow static analysis tools to notify you of mistakes in a way similar to a statically typed language. In theory....
# -*- coding: <encoding name> -*-?
Also, annotations are more than just cosmetic. They allow static analysis tools to notify you of mistakes in a way similar to a statically typed language. In theory....