public class jarray extends Object
jarray()
static PyArray
array(PyObject seq, char typecode)
array(PyObject seq, Class type)
zeros(int n, char typecode)
zeros(int n, Class type)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public jarray()
public static PyArray array(PyObject seq, char typecode)
public static PyArray array(PyObject seq, Class type)
public static PyArray zeros(int n, char typecode)
public static PyArray zeros(int n, Class type)
Jython homepage