110
edits
(pyeval should return pyobj) |
(some notes on interface) |
||
Line 133: | Line 133: | ||
====== Interface design ====== | ====== Interface design ====== | ||
{{Codeline|pyeval}} should be modified to return a {{Codeline|@pyobj}} for things that it cannot convert to Octave-native types. | * {{Codeline|pyeval}} should be modified to return a {{Codeline|@pyobj}} for things that it cannot convert to Octave-native types. See the `networkx` example above: `G` could be returned by `pyeval`. | ||
* {{Codeline|@pyobj/pyobj}} constructor would not normally be called by users. |
edits