org.python.core

Class PyClassMethod

public class PyClassMethod extends PyObject implements PyType.Newstyle

Field Summary
static Stringexposed_name
Constructor Summary
PyClassMethod(PyObject callable)
Method Summary
static voidtypeSetup(PyObject dict, PyType.Newstyle marker)
PyObject__get__(PyObject obj)
PyObject__get__(PyObject obj, PyObject type)

Field Detail

exposed_name

public static final String exposed_name

Constructor Detail

PyClassMethod

public PyClassMethod(PyObject callable)

Method Detail

typeSetup

public static void typeSetup(PyObject dict, PyType.Newstyle marker)

__get__

public PyObject __get__(PyObject obj)

__get__

public PyObject __get__(PyObject obj, PyObject type)