Re: [Py4j-users] A way to deal with variadic function parameters ?
Status: Beta
Brought to you by:
barthe
From: Barthelemy D. <bar...@in...> - 2015-01-14 01:56:02
|
Hi, Apologies for the delay. Variadic function parameters are not supported yet. I'll have to take a look at the reflection API and revisit the Java specs to determine how to support this feature. Any help would be appreciated (e.g., opening a ticket on Github, providing examples or tests clearly showing method signature precedence when methods are overloaded, etc.). As always, a workaround would be to implement a wrapper in Java and call the wrapper from Python. That's clearly not ideal though. Thanks, Barthelemy On Thu, Jan 1, 2015 at 3:15 PM, Wilfried Fauvel <wil...@gm...> wrote: > Hi, > > I would like to know if there is a way to deal with java variadic > function parameters from python ? > Thank you. > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Py4j-users mailing list > Py4...@li... > https://lists.sourceforge.net/lists/listinfo/py4j-users |