Package org.python.core
Class Deriveds
- java.lang.Object
-
- org.python.core.Deriveds
-
public class Deriveds extends java.lang.Object
Derived classes utility methods.
-
-
Constructor Summary
Constructors Constructor Description Deriveds()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PyObject
__findattr_ex__(PyObject self, java.lang.String name)
Deriveds' __findattr_ex__ implementation.static void
dispatch__init__(PyObject self, PyObject[] args, java.lang.String[] keywords)
-