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 void
classDictInit(PyObject dict)
static PyArray
zeros(char typecode, int n)
static PyArray
zeros(java.lang.Class type, int n)
-
-
-
Field Detail
-
__doc__
public static PyString __doc__
-
-