RustPython icon indicating copy to clipboard operation
RustPython copied to clipboard

<code object>::replace()

Open youknowone opened this issue 3 years ago • 0 comments

Feature

>>> def f(): pass
...
>>> f.__code__.replace()

expected: silent actual: AttributeError

Python Documentation

youknowone avatar Aug 08 '22 20:08 youknowone