org.python.core

Class PySlot

public class PySlot extends PyDescriptor

Constructor Summary
PySlot(PyType dtype, String name, int index)
Method Summary
booleanimplementsDescrSet()
booleanisDataDescr()
StringtoString()
void__delete__(PyObject obj)
PyObject__get__(PyObject obj, PyObject type)
void__set__(PyObject obj, PyObject value)

Constructor Detail

PySlot

public PySlot(PyType dtype, String name, int index)

Method Detail

implementsDescrSet

public boolean implementsDescrSet()

isDataDescr

public boolean isDataDescr()

toString

public String toString()

__delete__

public void __delete__(PyObject obj)

__get__

public PyObject __get__(PyObject obj, PyObject type)

__set__

public void __set__(PyObject obj, PyObject value)
Jython homepage