ML icon indicating copy to clipboard operation
ML copied to clipboard

Missing the open() built-in function

Open khatchad opened this issue 2 years ago • 0 comments

https://docs.python.org/3/library/functions.html#open

Related to https://github.com/wala/ML/issues/93.

Regression

We'd have to add a PythonType corresponding to files and set that as the return type of this built-in function. The issue would block the addition of the IO libary.

khatchad avatar Oct 20 '23 20:10 khatchad