org.python.core
public class PySlot extends PyDescriptor
Constructor Summary | |
---|---|
PySlot(PyType dtype, String name, int index) |
Method Summary | |
---|---|
boolean | implementsDescrSet() |
boolean | isDataDescr() |
String | toString() |
void | __delete__(PyObject obj) |
PyObject | __get__(PyObject obj, PyObject type) |
void | __set__(PyObject obj, PyObject value) |