Documentation of 'org.python.modules.ArrayModule' Java class
ArrayModule
org.python.modules

Class ArrayModule

  • All Implemented Interfaces:
    ClassDictInit


    public class ArrayModule
    extends java.lang.Object
    implements ClassDictInit
    The python array module, plus jython extensions from jarray.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static PyString __doc__ 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ArrayModule() 
    • Field Detail

      • __doc__

        public static PyString __doc__
    • Constructor Detail

      • ArrayModule

        public ArrayModule()
    • Method Detail

      • classDictInit

        public static void classDictInit(PyObject dict)
      • zeros

        public static PyArray zeros(char typecode,
                                    int n)
      • zeros

        public static PyArray zeros(java.lang.Class type,
                                    int n)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.