summaryrefslogtreecommitdiff
path: root/test/input/func_set_literal_as_default_py27.py
blob: 1bd3f7ea7991e07a2bbf2b1ddbb3223910020ad2 (plain)
1
2
3
4
5
6
7
"""docstring"""
from __future__ import print_function
__revision__ = ''

def function1(value={1}):
    """set is mutable and dangerous."""
    print(value)