Class Deriveds


  • public class Deriveds
    extends java.lang.Object
    Derived classes utility methods.
    • Constructor Detail

      • Deriveds

        public Deriveds()
    • Method Detail

      • dispatch__init__

        public static void dispatch__init__​(PyObject self,
                                            PyObject[] args,
                                            java.lang.String[] keywords)
      • __findattr_ex__

        public static PyObject __findattr_ex__​(PyObject self,
                                               java.lang.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.