Top Description Fields Constructors Methods
org.python.core

public Class Deriveds

extends Object
Class Inheritance

Derived classes utility methods.

Field Summary

Modifier and TypeField and Description
private static final PyObject
objectGetattribute

object.__getattribute__ descriptor, cached for use by __findattr_ex__.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static PyObject
__findattr_ex__(PyObject self, String name)

Deriveds' __findattr_ex__ implementation.

public static void
dispatch__init__(PyObject self, PyObject[] args, String[] keywords)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

objectGetattributeback to summary
private static final PyObject objectGetattribute

object.__getattribute__ descriptor, cached for use by __findattr_ex__.

Constructor Detail

Derivedsback to summary
public Deriveds()

Method Detail

__findattr_ex__back to summary
public static PyObject __findattr_ex__(PyObject self, String name)

Deriveds' __findattr_ex__ implementation. This resides here (in org.python.core) because it manipulates PyType, and doesn't call any of the Derived classes' superclass methods.

dispatch__init__back to summary
public static void dispatch__init__(PyObject self, PyObject[] args, String[] keywords)