summaryrefslogtreecommitdiff
path: root/test/input/func_set_literal_as_default_py27.py
blob: 5c7200e6faacdafa0ffa47a5adb4599809a3a671 (plain)
1
2
3
4
5
6
7
"""docstring"""

__revision__ = ''

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