[julia-users] Re: methods list

2016-05-23 Thread Ford Ox
Okay, now I am really angry on myself. Sorry guys Dne úterý 24. května 2016 0:42:43 UTC+2 Steven G. Johnson napsal(a): > > > > On Monday, May 23, 2016 at 2:17:47 PM UTC-4, Ford Ox wrote: >> >> Thanks to both of you. >> I always try to find these kind of things in documentation before I post >> he

[julia-users] Re: methods list

2016-05-23 Thread Steven G. Johnson
On Monday, May 23, 2016 at 2:17:47 PM UTC-4, Ford Ox wrote: > > Thanks to both of you. > I always try to find these kind of things in documentation before I post > here - respectively I was looking into reflection and introspection, but > didn't find any mention of this function. >> >> >>> See

[julia-users] Re: methods list

2016-05-23 Thread Ford Ox
Thanks to both of you. I always try to find these kind of things in documentation before I post here - respectively I was looking into reflection and introspection, but didn't find any mention of this function. Dne pondělí 23. května 2016 20:06:30 UTC+2 Kristoffer Carlsson napsal(a): > > > help

[julia-users] Re: methods list

2016-05-23 Thread Kristoffer Carlsson
help?> methodswith search: methodswith methodswith(typ[, module or function][, showparents]) Return an array of methods with an argument of type typ. If optional showparents is true, also return arguments with a parent type of typ, excluding type Any. The optional second argument restr