| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| base.pxi | ||
| core.pyx | ||
| ndarray.pxi | ||
| object.pxi | ||
| packed_func.pxi |
To make runtime.String to work as naturally as possible in the python side, we make it sub-class the python's str object. Note that however, we cannot sub-class Object at the same time due to python's type layout constraint. We introduce a PyNativeObject class to handle this kind of object sub-classing and updated the FFI to handle PyNativeObject classes.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| base.pxi | Loading commit data... | |
| core.pyx | Loading commit data... | |
| ndarray.pxi | Loading commit data... | |
| object.pxi | Loading commit data... | |
| packed_func.pxi | Loading commit data... |