110
edits
m (→Python Objects in Octave: formatting) |
(pyeval should return pyobj) |
||
Line 130: | Line 130: | ||
* Store the `repr` as a string in `x`. But this makes a copy of the object rather than a reference to the original object. | * Store the `repr` as a string in `x`. But this makes a copy of the object rather than a reference to the original object. | ||
====== Interface design ====== | |||
{{Codeline|pyeval}} should be modified to return a {{Codeline|@pyobj}} for things that it cannot convert to Octave-native types. |
edits