Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
_ffi_api.py | ||
_ffi_node_api.py | ||
container.py | ||
module.py | ||
ndarray.py | ||
object.py | ||
object_generic.py | ||
packed_func.py | ||
profiler_vm.py | ||
vm.py |
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 |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
_ffi_api.py | Loading commit data... | |
_ffi_node_api.py | Loading commit data... | |
container.py | Loading commit data... | |
module.py | Loading commit data... | |
ndarray.py | Loading commit data... | |
object.py | Loading commit data... | |
object_generic.py | Loading commit data... | |
packed_func.py | Loading commit data... | |
profiler_vm.py | Loading commit data... | |
vm.py | Loading commit data... |