Registry#

The Python registry module registers Python extension types with the process-wide Vortex registry.

Register Python extension types with the process-wide Vortex registry.

vortex.registry.register(cls)#

Register an array encoding implemented by subclassing PyArray.

It’s not currently possible to register a layout encoding from Python.