You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
7 lines
211 B
Python
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
|