org.python.core

Class PyTypeDerived

public class PyTypeDerived extends PyType implements Slotted

Constructor Summary
PyTypeDerived(PyType subtype)
Method Summary
voiddispatch__init__(PyType type, PyObject[] args, String[] keywords)
PyObjectgetSlot(int index)
inthashCode()
voidsetSlot(int index, PyObject value)
StringtoString()
PyObject__abs__()
PyObject__add__(PyObject other)
PyObject__and__(PyObject other)
PyObject__call__(PyObject[] args, String[] keywords)
int__cmp__(PyObject other)
PyComplex__complex__()
boolean__contains__(PyObject o)
void__delattr__(String name)
void__delete__(PyObject obj)
void__delitem__(PyObject key)
PyObject__divmod__(PyObject other)
PyObject__div__(PyObject other)
PyObject__eq__(PyObject other)
PyObject__findattr__(String name)
PyObject__finditem__(PyObject key)
PyFloat__float__()
PyObject__floordiv__(PyObject other)
PyObject__getslice__(PyObject start, PyObject stop, PyObject step)
PyObject__get__(PyObject obj, PyObject type)
PyObject__ge__(PyObject other)
PyObject__gt__(PyObject other)
PyString__hex__()
PyObject__iadd__(PyObject other)
PyObject__iand__(PyObject other)
PyObject__idiv__(PyObject other)
PyObject__ifloordiv__(PyObject other)
PyObject__ilshift__(PyObject other)
PyObject__imod__(PyObject other)
PyObject__imul__(PyObject other)
PyObject__int__()
PyObject__invert__()
PyObject__ior__(PyObject other)
PyObject__ipow__(PyObject other)
PyObject__irshift__(PyObject other)
PyObject__isub__(PyObject other)
PyObject__iternext__()
PyObject__iter__()
PyObject__itruediv__(PyObject other)
PyObject__ixor__(PyObject other)
int__len__()
PyObject__le__(PyObject other)
PyLong__long__()
PyObject__lshift__(PyObject other)
PyObject__lt__(PyObject other)
PyObject__mod__(PyObject other)
PyObject__mul__(PyObject other)
PyObject__neg__()
PyObject__ne__(PyObject other)
boolean__nonzero__()
PyString__oct__()
PyObject__or__(PyObject other)
PyObject__pos__()
PyObject__pow__(PyObject other)
PyObject__radd__(PyObject other)
PyObject__rand__(PyObject other)
PyObject__rdivmod__(PyObject other)
PyObject__rdiv__(PyObject other)
PyObject__reduce__()
PyString__repr__()
PyObject__rfloordiv__(PyObject other)
PyObject__rlshift__(PyObject other)
PyObject__rmod__(PyObject other)
PyObject__rmul__(PyObject other)
PyObject__ror__(PyObject other)
PyObject__rpow__(PyObject other)
PyObject__rrshift__(PyObject other)
PyObject__rshift__(PyObject other)
PyObject__rsub__(PyObject other)
PyObject__rtruediv__(PyObject other)
PyObject__rxor__(PyObject other)
void__setattr__(String name, PyObject value)
void__setitem__(PyObject key, PyObject value)
void__set__(PyObject obj, PyObject value)
PyString__str__()
PyObject__sub__(PyObject other)
PyObject__truediv__(PyObject other)
PyUnicode__unicode__()
PyObject__xor__(PyObject other)

Constructor Detail

PyTypeDerived

public PyTypeDerived(PyType subtype)

Method Detail

dispatch__init__

public void dispatch__init__(PyType type, PyObject[] args, String[] keywords)

getSlot

public PyObject getSlot(int index)

hashCode

public int hashCode()

setSlot

public void setSlot(int index, PyObject value)

toString

public String toString()

__abs__

public PyObject __abs__()

__add__

public PyObject __add__(PyObject other)

__and__

public PyObject __and__(PyObject other)

__call__

public PyObject __call__(PyObject[] args, String[] keywords)

__cmp__

public int __cmp__(PyObject other)

__complex__

public PyComplex __complex__()

__contains__

public boolean __contains__(PyObject o)

__delattr__

public void __delattr__(String name)

__delete__

public void __delete__(PyObject obj)

__delitem__

public void __delitem__(PyObject key)

__divmod__

public PyObject __divmod__(PyObject other)

__div__

public PyObject __div__(PyObject other)

__eq__

public PyObject __eq__(PyObject other)

__findattr__

public PyObject __findattr__(String name)

__finditem__

public PyObject __finditem__(PyObject key)

__float__

public PyFloat __float__()

__floordiv__

public PyObject __floordiv__(PyObject other)

__getslice__

public PyObject __getslice__(PyObject start, PyObject stop, PyObject step)

__get__

public PyObject __get__(PyObject obj, PyObject type)

__ge__

public PyObject __ge__(PyObject other)

__gt__

public PyObject __gt__(PyObject other)

__hex__

public PyString __hex__()

__iadd__

public PyObject __iadd__(PyObject other)

__iand__

public PyObject __iand__(PyObject other)

__idiv__

public PyObject __idiv__(PyObject other)

__ifloordiv__

public PyObject __ifloordiv__(PyObject other)

__ilshift__

public PyObject __ilshift__(PyObject other)

__imod__

public PyObject __imod__(PyObject other)

__imul__

public PyObject __imul__(PyObject other)

__int__

public PyObject __int__()

__invert__

public PyObject __invert__()

__ior__

public PyObject __ior__(PyObject other)

__ipow__

public PyObject __ipow__(PyObject other)

__irshift__

public PyObject __irshift__(PyObject other)

__isub__

public PyObject __isub__(PyObject other)

__iternext__

public PyObject __iternext__()

__iter__

public PyObject __iter__()

__itruediv__

public PyObject __itruediv__(PyObject other)

__ixor__

public PyObject __ixor__(PyObject other)

__len__

public int __len__()

__le__

public PyObject __le__(PyObject other)

__long__

public PyLong __long__()

__lshift__

public PyObject __lshift__(PyObject other)

__lt__

public PyObject __lt__(PyObject other)

__mod__

public PyObject __mod__(PyObject other)

__mul__

public PyObject __mul__(PyObject other)

__neg__

public PyObject __neg__()

__ne__

public PyObject __ne__(PyObject other)

__nonzero__

public boolean __nonzero__()

__oct__

public PyString __oct__()

__or__

public PyObject __or__(PyObject other)

__pos__

public PyObject __pos__()

__pow__

public PyObject __pow__(PyObject other)

__radd__

public PyObject __radd__(PyObject other)

__rand__

public PyObject __rand__(PyObject other)

__rdivmod__

public PyObject __rdivmod__(PyObject other)

__rdiv__

public PyObject __rdiv__(PyObject other)

__reduce__

public PyObject __reduce__()

__repr__

public PyString __repr__()

__rfloordiv__

public PyObject __rfloordiv__(PyObject other)

__rlshift__

public PyObject __rlshift__(PyObject other)

__rmod__

public PyObject __rmod__(PyObject other)

__rmul__

public PyObject __rmul__(PyObject other)

__ror__

public PyObject __ror__(PyObject other)

__rpow__

public PyObject __rpow__(PyObject other)

__rrshift__

public PyObject __rrshift__(PyObject other)

__rshift__

public PyObject __rshift__(PyObject other)

__rsub__

public PyObject __rsub__(PyObject other)

__rtruediv__

public PyObject __rtruediv__(PyObject other)

__rxor__

public PyObject __rxor__(PyObject other)

__setattr__

public void __setattr__(String name, PyObject value)

__setitem__

public void __setitem__(PyObject key, PyObject value)

__set__

public void __set__(PyObject obj, PyObject value)

__str__

public PyString __str__()

__sub__

public PyObject __sub__(PyObject other)

__truediv__

public PyObject __truediv__(PyObject other)

__unicode__

public PyUnicode __unicode__()

__xor__

public PyObject __xor__(PyObject other)
Jython homepage