third_party.pylibs.pylint.src/test/input/func_w0151.py

8 lines
110 B
Python
Raw Normal View History

2006-04-26 10:48:09 +00:00
"""check black listed builtins
"""
__revision__ = apply(map, (str, (1, 2, 3)))
YYYYY = map(str, (1, 2, 3))