org.python.core

Class PySuper

public class PySuper extends PyObject implements PyType.Newstyle

Field Summary
static Stringexposed_name
Constructor Summary
PySuper()
PySuper(PyType subType)
Method Summary
PyObjectgetSelf()
PyTypegetSelfClass()
PyTypegetThisClass()
voidsuper_init(PyObject[] args, String[] keywords)
static voidtypeSetup(PyObject dict, PyType.Newstyle marker)
PyObject__findattr__(String name)
PyObject__get__(PyObject obj, PyObject type)

Field Detail

exposed_name

public static final String exposed_name

Constructor Detail

PySuper

public PySuper()

PySuper

public PySuper(PyType subType)

Method Detail

getSelf

public PyObject getSelf()

getSelfClass

public PyType getSelfClass()

getThisClass

public PyType getThisClass()

super_init

public void super_init(PyObject[] args, String[] keywords)

typeSetup

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

__findattr__

public PyObject __findattr__(String name)

__get__

public PyObject __get__(PyObject obj, PyObject type)