|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.core.PyObject
org.python.core.PySuper
Nested Class Summary |
Nested classes inherited from class org.python.core.PyObject |
PyObject.ConversionException |
Field Summary | |
static java.lang.String |
exposed_name
|
Constructor Summary | |
PySuper()
|
|
PySuper(PyType subType)
|
Method Summary | |
PyObject |
__findattr__(java.lang.String name)
A variant of the __findattr__ method which accepts a Java String as the name.
|
PyObject |
__get__(PyObject obj,
PyObject type)
|
PyObject |
getSelf()
|
PyType |
getSelfClass()
|
PyType |
getThisClass()
|
void |
super_init(PyObject[] args,
java.lang.String[] keywords)
|
static void |
typeSetup(PyObject dict,
PyType.Newstyle marker)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String exposed_name
Constructor Detail |
public PySuper()
public PySuper(PyType subType)
Method Detail |
public static void typeSetup(PyObject dict, PyType.Newstyle marker)
public void super_init(PyObject[] args, java.lang.String[] keywords)
public PyObject getSelf()
public PyType getSelfClass()
public PyType getThisClass()
public PyObject __findattr__(java.lang.String name)
PyObject
String
as the name.
Warning: name must be an interned string!
__findattr__
in class PyObject
name
- the name to lookup in this namespace
must be an interned string .
PyObject.__findattr__(PyString)
public PyObject __get__(PyObject obj, PyObject type)
__get__
in class PyObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |