org.python.core

Class PyStaticMethod

public class PyStaticMethod extends PyObject implements PyType.Newstyle

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

Field Detail

exposed_name

public static final String exposed_name

Constructor Detail

PyStaticMethod

public PyStaticMethod(PyObject callable)

Method Detail

typeSetup

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

__get__

public PyObject __get__(PyObject obj, PyObject type)