Class PyExtendedCursor

    • Method Detail

      • toString

        public java.lang.String toString()
        String representation of the object.
        Overrides:
        toString in class PyCursor
        Returns:
        a string representation of the object.
      • classDictInit

        public static void classDictInit​(PyObject dict)
        Initializes the module.
        Parameters:
        dict -
      • __findattr_ex__

        public PyObject __findattr_ex__​(java.lang.String name)
        Finds the attribute.
        Overrides:
        __findattr_ex__ in class PyCursor
        Parameters:
        name - the name of the attribute of interest
        Returns:
        the value for the attribute of the specified name