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

8 lines
110 B
Python

"""check black listed builtins
"""
__revision__ = apply(map, (str, (1, 2, 3)))
YYYYY = map(str, (1, 2, 3))