org.python.modules
Class operator

java.lang.Object
  extended byorg.python.modules.operator
All Implemented Interfaces:
ClassDictInit

public class operator
extends Object
implements ClassDictInit


Field Summary
static PyString __doc__
           
 
Constructor Summary
operator()
           
 
Method Summary
static void classDictInit(PyObject dict)
           
static int countOf(PyObject seq, PyObject item)
           
static int indexOf(PyObject seq, PyObject item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__doc__

public static PyString __doc__
Constructor Detail

operator

public operator()
Method Detail

classDictInit

public static void classDictInit(PyObject dict)

countOf

public static int countOf(PyObject seq,
                          PyObject item)

indexOf

public static int indexOf(PyObject seq,
                          PyObject item)