Package org.python.modules
Class ArrayModule
- java.lang.Object
-
- org.python.modules.ArrayModule
-
- All Implemented Interfaces:
ClassDictInit
public class ArrayModule extends java.lang.Object implements ClassDictInit
The python array module, plus jython extensions from jarray.
-
-
Constructor Summary
Constructors Constructor Description ArrayModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclassDictInit(PyObject dict)static PyArrayzeros(char typecode, int n)static PyArrayzeros(java.lang.Class type, int n)
-
-
-
Field Detail
-
__doc__
public static PyString __doc__
-
-