Files
python-uncompyle6/test/simple_source/bug33/01_delete_deref.py
2017-04-18 01:35:08 -04:00

5 lines
53 B
Python

def a():
del y
def b():
return y