1 2 3 4 5 6 7 8 9 10 11
# pylint: disable=C0103 """test built-in redefinition """ __revision__ = 0 def function(): """yo""" type = 1 print type map = {}