ClassDictInitpublic class ArrayModule extends java.lang.Object implements ClassDictInit
| Constructor | Description |
|---|---|
ArrayModule() |
| 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) |
public static PyString __doc__