Message12021

Author doublep
Recipients doublep, fwierzbicki, jeff.allen, stefan.richthofer, zyasoft
Date 2018-06-27.16:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530117330.96.0.56676864532.issue1743@psf.upfronthosting.co.za>
In-reply-to
Content
How would I even use it? It expects a method in my class that accepts PyObject[] and String[]... Presumably, those are arguments and their names. However, what I'm doing with old PyReflectedFunction (yes, because of this bug I never upgraded to newer Jython) is wrapping arbitrary Java methods with arbitrary argument types. Additionally, PyReflectedFunction can resolve overrides with different number of arguments for me.
History
Date User Action Args
2018-06-27 16:35:30doublepsetmessageid: <1530117330.96.0.56676864532.issue1743@psf.upfronthosting.co.za>
2018-06-27 16:35:30doublepsetrecipients: + doublep, fwierzbicki, zyasoft, jeff.allen, stefan.richthofer
2018-06-27 16:35:30doubleplinkissue1743 messages
2018-06-27 16:35:30doublepcreate