Files
python-uncompyle6/test/simple_source/bug31/04_def_annotate.py
2016-10-27 13:52:07 -04:00

7 lines
211 B
Python

# Bug in 3.1 _pyio.py. The -> "IOBase" is problematic
def open(file, mode = "r", buffering = None,
encoding = None, errors = None,
newline = None, closefd = True) -> "IOBase":
return text