strawlab / pyopy

Python bindings to interesting matlab libraries for data analysis
Other
86 stars 16 forks source link

Magically get the return arity from the python call #10

Closed sdvillal closed 9 years ago

sdvillal commented 9 years ago

The best example of this is oct2py (taken in turn from ompc) disassembling the bytecode. We probably do not need or even want that magic, as it is slow. All functions in HCTSA have arity 1 anyway.

sdvillal commented 9 years ago

I do not think this kind of magic would make any good to pyopy goals.