Class PyMethodReturnWrapper

    • Constructor Detail

      • PyMethodReturnWrapper

        public PyMethodReturnWrapper​(org.python.core.PyObject method)
    • Method Detail

      • wrap

        protected abstract org.python.core.PyObject wrap​(java.lang.Object javaObject)
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject[] args,
                                                 java.lang.String[] keywords)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject[] args,
                                                 java.lang.String[] keywords)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject arg1,
                                                 org.python.core.PyObject[] args,
                                                 java.lang.String[] keywords)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject arg1,
                                                 org.python.core.PyObject[] args,
                                                 java.lang.String[] keywords)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject[] args)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject[] args)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject arg0)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject arg0)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject arg0,
                                                 org.python.core.PyObject arg1)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject arg0,
                                                 org.python.core.PyObject arg1)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject arg0,
                                                 org.python.core.PyObject arg1,
                                                 org.python.core.PyObject arg2)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject arg0,
                                                 org.python.core.PyObject arg1,
                                                 org.python.core.PyObject arg2)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.PyObject arg0,
                                                 org.python.core.PyObject arg1,
                                                 org.python.core.PyObject arg2,
                                                 org.python.core.PyObject arg3)
        Overrides:
        __call__ in class PyDelegateObject
      • __call__

        public org.python.core.PyObject __call__​(org.python.core.ThreadState state,
                                                 org.python.core.PyObject arg0,
                                                 org.python.core.PyObject arg1,
                                                 org.python.core.PyObject arg2,
                                                 org.python.core.PyObject arg3)
        Overrides:
        __call__ in class PyDelegateObject