third_party.pylibs.pylint.src/test/input/func_w0622.py
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

12 lines
148 B
Python

# pylint: disable-msg=C0103
"""test built-in redefinition
"""
__revision__ = 0
def function():
"""yo"""
type = 1
print type
map = {}