This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
PyjsArray - Python-to-JavaScript TypedArray Module PyjsArray module provides Python objects that wrap the JavaScript TypedArray objects. It was designed for use in Python-to-JavaScript applications that are translated with the Pyjs compiler (http://pyjs.org). The module provides the following TypedArray objects: Uint8ClampedArray, Uint8Array, Uint16Array, Uint32Array, Int8Array, Int16Array, Int32Array, Float32Array, Float64Array. The module also includes an Ndarray class to instantiate N-dimensional arrays, ImageData/ImageMatrix classes that provide an interface to the canvas ImageData array, and BitSet/BitSet16/BitSet32 classes that store bitarray data in 8/16/32 bit size providing functionality similar to Java BitSet. PyjsArray is released under the MIT License, see license.txt for further information. PyjsArray docs: https://gatc.ca/projects/pyjsdl/doc/pyjsdl.pyjsarray-module.html
About
pyjs typedarray module