DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / def_name_is_parameter_and_global.py
123456
"""Should raise SyntaxError: name 'x' is parameter and global """ def f(x): global x