[julia-users] list of keyword arguments

2015-03-24 Thread Pooya
Is there a way to get a list of keyword arguments using the function name? 
It does not show up in methods(myfunc), and I am trying to see if it is 
defined correctly, and if yes, why do I get the undefined keyword argument 
message when using @debug. Thanks!


Re: [julia-users] list of keyword arguments

2015-03-24 Thread Jacob Quinn
There's an open issue: https://github.com/JuliaLang/julia/issues/2758

Feel free to voice your support for a fix! Squeaky issues get the grease. :)

-Jacob

On Tue, Mar 24, 2015 at 4:49 PM, Pooya pooya.rez...@gmail.com wrote:

 Is there a way to get a list of keyword arguments using the function name?
 It does not show up in methods(myfunc), and I am trying to see if it is
 defined correctly, and if yes, why do I get the undefined keyword argument
 message when using @debug. Thanks!